ItemContainerTemplateSelector クラス
定義
ItemContainerTemplate 内の各項目に ItemsControl を選択できるようにします。Enables you to select an ItemContainerTemplate for each item within an ItemsControl.
public ref class ItemContainerTemplateSelector abstract
public abstract class ItemContainerTemplateSelector
type ItemContainerTemplateSelector = class
Public MustInherit Class ItemContainerTemplateSelector
- 継承
-
ItemContainerTemplateSelector
コンストラクター
ItemContainerTemplateSelector() |
ItemContainerTemplateSelector クラスの新しいインスタンスを初期化します。Initializes a new instance of the ItemContainerTemplateSelector class. |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判定します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
SelectTemplate(Object, ItemsControl) |
派生クラスでオーバーライドされた場合に、カスタム ロジックに基づいて ItemContainerTemplate を返します。When overridden in a derived class, returns an ItemContainerTemplate based on custom logic. |
ToString() |
現在のオブジェクトを表す string を返します。Returns a string that represents the current object. (継承元 Object) |