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值的构造函数之一构造。 However, an UnderlyingType value must exist for the XamlType; otherwise, the default implementation returns null.

如果还创建 XamlTypeInvoker 派生类并打算返回派生类,请重写此方法。 如果返回 nullInvokerXamlTypeInvoker.UnknownInvoker 返回给调用方。

适用于