XamlType.Invoker Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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 .