バージョン

LinearGraphRangeCollection クラス メンバ

LinearGraphRangeCollectionデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
パブリック プロパティ
 名前解説
Public プロパティCanFreezeGets a value that indicates whether the object can be made unmodifiable. System.Windows.Freezableから継承されます。
Public プロパティCountGets the number of elements contained by this FreezableCollection. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Public プロパティDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. System.Windows.DependencyObjectから継承されます。
Public プロパティDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。
Public プロパティHasAnimatedPropertiesGets a value that indicates whether one or more System.Windows.Media.Animation.AnimationClock objects is associated with any of this object's dependency properties. System.Windows.Media.Animation.Animatableから継承されます。
Public プロパティIsFrozenGets a value that indicates whether the object is currently modifiable. System.Windows.Freezableから継承されます。
Public プロパティIsSealedGets a value that indicates whether this instance is currently sealed (read-only). System.Windows.DependencyObjectから継承されます。
Public プロパティItemGets or sets the element at the specified index. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAddAdds the specified object to the end of the FreezableCollection. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Public メソッドApplyAnimationClockオーバーロードされます。 Applies an System.Windows.Media.Animation.AnimationClock to the specified System.Windows.DependencyProperty. If the property is already animated, the System.Windows.Media.Animation.HandoffBehavior.SnapshotAndReplace handoff behavior is used. System.Windows.Media.Animation.Animatableから継承されます。
Public メソッドBeginAnimationオーバーロードされます。 Applies an animation to the specified System.Windows.DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the System.Windows.Media.Animation.HandoffBehavior.SnapshotAndReplace handoff behavior is used. System.Windows.Media.Animation.Animatableから継承されます。
Public メソッドClearRemoves all elements from the collection. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Public メソッドClearValueオーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。
Public メソッドCloneCreates a modifiable clone of this FreezableCollection and its contents, making deep copies. If this collection (or its contents) has animated dependency properties, the property’s base value is copied, not its current animated value. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Public メソッドCloneCurrentValueCreates a modifiable copy of this FreezableCollection and its contents, making deep copies of this object's current values. If this object (or the objects it contains) contains animated dependency properties, their current animated values are copied. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Public メソッドCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドContainsDetermines whether this FreezableCollection contains the specified value. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Public メソッドCopyToCopies the entire FreezableCollection to a compatible one-dimensional array, starting at the specified index of the target array. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Public メソッドEquals System.Windows.DependencyObjectから継承されます。
Public メソッドFreezeMakes the current object unmodifiable and sets its System.Windows.Freezable.IsFrozen property to true. System.Windows.Freezableから継承されます。
Public メソッドGetAnimationBaseValueReturns the non-animated value of the specified System.Windows.DependencyProperty. System.Windows.Media.Animation.Animatableから継承されます。
Public メソッドGetAsFrozenCreates a frozen copy of the System.Windows.Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. System.Windows.Freezableから継承されます。
Public メソッドGetCurrentValueAsFrozenCreates a frozen copy of the System.Windows.Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. System.Windows.Freezableから継承されます。
Public メソッドGetEnumeratorReturns an enumerator for the entire FreezableCollection. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Public メソッドGetHashCodeGets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire FreezableCollection. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Public メソッドInsertInserts the specified object into the FreezableCollection at the specified index. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Public メソッドInvalidateProperty System.Windows.DependencyObjectから継承されます。
Public メソッドReadLocalValueReturns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。
Public メソッドRemoveRemoves the first occurrence of the specified object from the FreezableCollection. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Public メソッドRemoveAtRemoves the object at the specified zero-based index of the FreezableCollection. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Public メソッドSetCurrentValue System.Windows.DependencyObjectから継承されます。
Public メソッドSetValueオーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドCloneCoreMakes this instance a clone (deep copy) of the specified FreezableCollection using base (non-animated) property values. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Protected メソッドCloneCurrentValueCoreMakes this instance a modifiable clone (deep copy) of the specified FreezableCollection using current property values. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Protected メソッドCreateInstanceInitializes a new instance of the System.Windows.Freezable class. System.Windows.Freezableから継承されます。
Protected メソッドCreateInstanceCoreCreates a new instance of the FreezableCollection. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Protected メソッドFreezeCoreMakes this FreezableCollection object unmodifiable or determines whether it can be made unmodifiable. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Protected メソッドGetAsFrozenCoreMakes this instance a frozen clone of the specified FreezableCollection using base (non-animated) property values. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Protected メソッドGetCurrentValueAsFrozenCoreMakes this instance a frozen clone of the specified System.Windows.Freezable. If this object has animated dependency properties, their current animated values are copied. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。
Protected メソッドOnChangedCalled when the current System.Windows.Freezable object is modified. System.Windows.Freezableから継承されます。
Protected メソッドOnFreezablePropertyChangedオーバーロードされます。 Ensures that appropriate context pointers are established for a System.Windows.DependencyObjectType data member that has just been set. System.Windows.Freezableから継承されます。
Protected メソッドOnPropertyChangedOverrides the System.Windows.DependencyObject implementation of System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs) to also invoke any System.Windows.Freezable.Changed handlers in response to a changing dependency property of type System.Windows.Freezable. System.Windows.Freezableから継承されます。
Protected メソッドReadPreambleEnsures that the System.Windows.Freezable is being accessed from a valid thread. Inheritors of System.Windows.Freezable must call this method at the beginning of any API that reads data members that are not dependency properties. System.Windows.Freezableから継承されます。
Protected Internal メソッドShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。
Protected メソッドWritePostscriptRaises the System.Windows.Freezable.Changed event for the System.Windows.Freezable and invokes its System.Windows.Freezable.OnChanged method. Classes that derive from System.Windows.Freezable should call this method at the end of any API that modifies class members that are not stored as dependency properties. System.Windows.Freezableから継承されます。
Protected メソッドWritePreambleVerifies that the System.Windows.Freezable is not frozen and that it is being accessed from a valid threading context. System.Windows.Freezable inheritors should call this method at the beginning of any API that writes to data members that are not dependency properties. System.Windows.Freezableから継承されます。
トップ
パブリック イベント
 名前解説
Public イベントChangedOccurs when the System.Windows.Freezable or an object it contains is modified. System.Windows.Freezableから継承されます。
トップ
参照