XamlType.Invoker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the XamlTypeInvoker implementation that is associated with this 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
Property Value
The XamlTypeInvoker implementation that is associated with this XamlType.
Remarks
If you do not use the default internal CLR reflection technique for a XamlType, calling Invoker can invoke either LookupInvoker or a specific override of that method. For more information about return values and other behavior, see the documentation for LookupInvoker on this type.
If a LookupInvoker override returns null
, or if the default implementation returns null
because of lack of UnderlyingType for this XamlType, then Invoker returns XamlTypeInvoker.UnknownInvoker.