Share via


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

屬性值

Type,表示這個屬性所繫結的元件型別。 當叫用 GetValue(Object)SetValue(Object, Object) 時,指定的物件可能是這個型別的執行個體。

備註

這個屬性依賴基礎 PropertyDescriptor

適用於