XamlType.Invoker Propriété

Définition

Obtient l'implémentation de XamlTypeInvoker associée à ce 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

Valeur de propriété

XamlTypeInvoker

Implémentation de XamlTypeInvoker associée à ce XamlType.

Remarques

Si vous n’utilisez pas la technique de réflexion CLR interne par défaut pour un XamlTypeappel, l’appel Invoker peut appeler LookupInvoker soit un remplacement spécifique de cette méthode. Pour plus d’informations sur les valeurs de retour et d’autres comportements, consultez la documentation pour LookupInvoker ce type.

Si un LookupInvoker remplacement retourne null, ou si l’implémentation par défaut retourne null en raison de l’absence de UnderlyingType cela XamlType, retourne Invoker XamlTypeInvoker.UnknownInvokerensuite .

S’applique à