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值的构造函数之一构造。 However, an UnderlyingType value must exist for the XamlType; otherwise, the default implementation returns null
.
如果还创建 XamlTypeInvoker 派生类并打算返回派生类,请重写此方法。 如果返回 null
, Invoker 则 XamlTypeInvoker.UnknownInvoker 返回给调用方。