共用方式為


XamlType.LookupInvoker 方法

定義

傳回與這個 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

這個 XamlTypeInvokerXamlType 資訊,否則為 null

備註

呼叫 即可叫 Invoker 用這個方法。

預設實作不需要 XamlType 使用其中一個傳遞初始 XamlTypeInvoker 的建構函式來建構 。 不過,值 UnderlyingType 必須存在 ,否則預設實作 XamlType 會傳 null 回 。

如果您也從 XamlTypeInvoker 建立衍生類別,並想要傳回衍生類別,請覆寫這個方法。 如果您傳回 nullInvoker 則會傳 XamlTypeInvoker.UnknownInvoker 回給呼叫端。

適用於