XamlType.LookupContentProperty 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回這個 XamlMember 之內容屬性的 XamlType 資訊。
protected:
virtual System::Xaml::XamlMember ^ LookupContentProperty();
protected virtual System.Xaml.XamlMember LookupContentProperty ();
abstract member LookupContentProperty : unit -> System.Xaml.XamlMember
override this.LookupContentProperty : unit -> System.Xaml.XamlMember
Protected Overridable Function LookupContentProperty () As XamlMember
傳回
這個 XamlMember 之內容屬性的 XamlType 資訊。 可以是 null
。
備註
當呼叫端從 ContentProperty 取得值時,可以叫用這個方法。
預設實作會檢查 ContentPropertyAttribute 類型定義。 它也可以檢查 BaseType 屬性是否在立即基礎類型上找不到任何屬性。 如果這些檢查未探索內容類型,則預設實作會傳 null
回 。
如果您不依賴預設的內部 CLR 反映,並使用中繼資料或其他技術來報告類型的 XAML 類型系統資訊或架構資訊,請覆寫這個方法。