DependencyPropertyDescriptor.Metadata 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與相依性屬性相關聯的中繼資料。
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 屬性。