DependencyPropertyDescriptor.ComponentType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個屬性所繫結的元件型別。
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。