XamlType.Invoker 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與這個 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 相關聯的 XamlType 實作。
備註
如果您未針對 XamlType 使用預設的內部 CLR 反映技術,則呼叫 Invoker 可以叫 LookupInvoker 用或該方法的特定覆寫。 如需傳回值和其他行為的詳細資訊,請參閱此類型的檔 LookupInvoker 。
LookupInvoker如果覆寫傳 null
回 ,或如果預設實作因為缺少 UnderlyingType 這個 XamlType 而傳回 null
,則會 Invoker 傳 XamlTypeInvoker.UnknownInvoker 回 。