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 关联的 XamlType 实现。

注解

如果不对 XamlType使用默认的内部 CLR 反射技术,则调用 Invoker 可以调用 LookupInvoker 或该方法的特定重写。 有关返回值和其他行为的详细信息,请参阅有关此类型的 的文档 LookupInvoker

LookupInvoker如果重写返回 null,或者如果默认实现null由于缺少 UnderlyingTypeXamlType返回 ,则 Invoker 返回 XamlTypeInvoker.UnknownInvoker

适用于