共用方式為


DependencyPropertyDescriptor.Metadata 屬性

定義

取得與相依性屬性相關聯的中繼資料。

public:
 property System::Windows::PropertyMetadata ^ Metadata { System::Windows::PropertyMetadata ^ get(); };
public System.Windows.PropertyMetadata Metadata { get; }
member this.Metadata : System.Windows.PropertyMetadata
Public ReadOnly Property Metadata As PropertyMetadata

屬性值

相依性屬性中繼資料。

備註

如果沒有元件資料,或屬性不是相依性屬性,則此值可以是 null

CLR 屬性中具有相符概念的元數據會重新公開為集合中的 Attributes 屬性。

適用於