HierarchicalDataTemplateデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
HierarchicalDataTemplate コンストラクタ | HierarchicalDataTemplate クラスの新しいインスタンスを初期化します。 |
名前 | 解説 | |
---|---|---|
DefaultItemsContainerProperty | DefaultItemsContainer 依存プロパティを識別します。 | |
HierarchicalItemTemplateProperty | HierarchicalItemTemplate 依存プロパティを識別します。 | |
ItemContainerStyleProperty | ItemContainerStyle 依存プロパティを識別します。 | |
ItemTemplateProperty | ItemTemplate 依存プロパティを識別します。 | |
TemplateProperty | Template 依存プロパティを識別します。 |
名前 | 解説 | |
---|---|---|
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. System.Windows.Freezableから継承されます。 | |
DefaultItemsContainer | 所有オブジェクトの生成済みのすべての子項目のデフォルト コンテナーとして使用されるコンテンツの DataTemplate を取得または設定します。 | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. System.Windows.DependencyObjectから継承されます。 | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。 | |
HierarchicalItemTemplate | オブジェクトの子の表示構成を説明する HierarchicalDataTemplate を取得または設定します。 | |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. System.Windows.Freezableから継承されます。 | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). System.Windows.DependencyObjectから継承されます。 | |
ItemContainerStyle | 所有オブジェクトの子を描画する時に使用されるスタイルを取得または設定します。 | |
ItemsSource | 項目ソースを取得するために使用されるバインディングを取得または設定します。 | |
ItemTemplate | オブジェクトの各子項目の説明に使用される System.Windows.DataTemplate を取得または設定します。 | |
Template | 所有オブジェクトが配置される方法を説明する DataTemplate を取得または設定します。 |
名前 | 解説 | |
---|---|---|
ClearValue | オーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。 | |
Clone | Creates a modifiable clone of the System.Windows.Freezable, making deep copies of the object's values. When copying the object's dependency properties, this method copies expressions (which might no longer resolve) but not animations or their current values. System.Windows.Freezableから継承されます。 | |
CloneCurrentValue | Creates a modifiable clone (deep copy) of the System.Windows.Freezable using its current values. System.Windows.Freezableから継承されます。 | |
CoerceValue | Coerces 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から継承されます。 | |
Equals | System.Windows.DependencyObjectから継承されます。 | |
Freeze | Makes the current object unmodifiable and sets its System.Windows.Freezable.IsFrozen property to true. System.Windows.Freezableから継承されます。 | |
GetAsFrozen | Creates 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から継承されます。 | |
GetCurrentValueAsFrozen | Creates 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から継承されます。 | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
InvalidateProperty | System.Windows.DependencyObjectから継承されます。 | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。 | |
SetCurrentValue | System.Windows.DependencyObjectから継承されます。 | |
SetValue | オーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
CloneCore | オーバーライドされます。 基本 (アニメーションなし) のプロパティ値を使用してインスタンスを指定した HierarchicalDataTemplate のクローン (深いコピー) になります。 | |
CloneCurrentValueCore | オーバーライドされます。 現在のプロパティ値を使用してインスタンスをオブジェクトの変更可能なクローン (深いコピー) になります。 | |
CreateInstance | Initializes a new instance of the System.Windows.Freezable class. System.Windows.Freezableから継承されます。 | |
CreateInstanceCore | オーバーライドされます。 HierarchicalDataTemplate の新しいインスタンスを作成します。 | |
FreezeCore | Makes the System.Windows.Freezable object unmodifiable or tests whether it can be made unmodifiable. System.Windows.Freezableから継承されます。 | |
GetAsFrozenCore | オーバーライドされます。 基本 (アニメーションなし) のプロパティ値を使用してインスタンスを指定した HierarchicalDataTemplate の固定クローンになります。 | |
GetCurrentValueAsFrozenCore | オーバーライドされます。 現在のインスタンスを指定した HierarchicalDataTemplate の固定クローンになります。オブジェクトにアニメーション付きの依存プロパティがある場合、現在の値がコピーされます。 | |
OnChanged | Called when the current System.Windows.Freezable object is modified. System.Windows.Freezableから継承されます。 | |
OnFreezablePropertyChanged | オーバーロードされます。 Ensures that appropriate context pointers are established for a System.Windows.DependencyObjectType data member that has just been set. System.Windows.Freezableから継承されます。 | |
OnPropertyChanged | Overrides 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から継承されます。 | |
ReadPreamble | Ensures 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から継承されます。 | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。 | |
WritePostscript | Raises 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から継承されます。 | |
WritePreamble | Verifies 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から継承されます。 |
名前 | 解説 | |
---|---|---|
Changed | Occurs when the System.Windows.Freezable or an object it contains is modified. System.Windows.Freezableから継承されます。 |