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
,或者如果默认实现null
由于缺少 UnderlyingType 此 XamlType返回 ,则 Invoker 返回 XamlTypeInvoker.UnknownInvoker。