共用方式為


XamlType.Invoker 屬性

定義

取得與這個 XamlTypeInvoker 相關聯的 XamlType 實作。

public:
 property System::Xaml::Schema::XamlTypeInvoker ^ Invoker { System::Xaml::Schema::XamlTypeInvoker ^ get(); };
public System.Xaml.Schema.XamlTypeInvoker Invoker { get; }
member this.Invoker : System.Xaml.Schema.XamlTypeInvoker
Public ReadOnly Property Invoker As XamlTypeInvoker

屬性值

XamlTypeInvoker

與這個 XamlTypeInvoker 相關聯的 XamlType 實作。

備註

如果您未針對 XamlType 使用預設的內部 CLR 反映技術,則呼叫 Invoker 可以叫 LookupInvoker 用或該方法的特定覆寫。 如需傳回值和其他行為的詳細資訊,請參閱此類型的檔 LookupInvoker

LookupInvoker如果覆寫傳 null 回 ,或如果預設實作因為缺少 UnderlyingType 這個 XamlType 而傳回 null ,則會 InvokerXamlTypeInvoker.UnknownInvoker 回 。

適用於