DependencyPropertyDescriptor.PropertyType 屬性

定義

取得依賴性質所代表 Type 的。

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

屬性值

依賴性質的相關 Type 性。

備註

這個屬性會回傳 Type 該相依屬性註冊時的那個。

適用於