XamlType.ContentProperty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個 XamlMember 之內容屬性的 XamlType 資訊。
public:
property System::Xaml::XamlMember ^ ContentProperty { System::Xaml::XamlMember ^ get(); };
public System.Xaml.XamlMember ContentProperty { get; }
member this.ContentProperty : System.Xaml.XamlMember
Public ReadOnly Property ContentProperty As XamlMember
屬性值
這個 XamlMember 之內容屬性的 XamlType 資訊。 如果沒有內容屬性,則可以是 null
。
備註
使用 CLR 類型系統的系結或備份時,可以套用 ContentPropertyAttribute 至類型定義,在類型上指定 XAML 內容屬性。
這個屬性會對齊 [content property]
[MS-XAML] 規格中的資訊專案。
如果您未針對 XamlType 使用預設的內部 CLR 反映技術,則對此屬性的呼叫可以在衍生類別上 XamlType 叫 LookupContentProperty 用覆寫。 如需傳回值和其他行為的詳細資訊,請參閱此類型的檔 LookupContentProperty 。