DependencyPropertyDescriptor.ComponentType プロパティ

定義

プロパティが関連付けられているコンポーネントの型を取得します。

public:
 virtual property Type ^ ComponentType { Type ^ get(); };
public override Type ComponentType { get; }
member this.ComponentType : Type
Public Overrides ReadOnly Property ComponentType As Type

プロパティ値

プロパティが関連付けられているコンポーネントの型を表す TypeGetValue(Object) または SetValue(Object, Object) が呼び出される場合、指定されたオブジェクトはこの型のインスタンスである可能性があります。

注釈

このプロパティは、基になる PropertyDescriptorに依存します。

適用対象