XamlType.LookupInvoker 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回與這個 XamlTypeInvoker 相關聯的 XamlType。
protected:
virtual System::Xaml::Schema::XamlTypeInvoker ^ LookupInvoker();
protected virtual System.Xaml.Schema.XamlTypeInvoker LookupInvoker ();
abstract member LookupInvoker : unit -> System.Xaml.Schema.XamlTypeInvoker
override this.LookupInvoker : unit -> System.Xaml.Schema.XamlTypeInvoker
Protected Overridable Function LookupInvoker () As XamlTypeInvoker
傳回
這個 XamlTypeInvoker 的 XamlType 資訊,否則為 null
。
備註
呼叫 即可叫 Invoker 用這個方法。
預設實作不需要 XamlType 使用其中一個傳遞初始 XamlTypeInvoker 的建構函式來建構 。 不過,值 UnderlyingType 必須存在 ,否則預設實作 XamlType 會傳 null
回 。
如果您也從 XamlTypeInvoker 建立衍生類別,並想要傳回衍生類別,請覆寫這個方法。 如果您傳回 null
, Invoker 則會傳 XamlTypeInvoker.UnknownInvoker 回給呼叫端。