PropertyDescriptor.GetInvocationTarget(Type, Object) Méthode
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.
Cette méthode retourne l'objet qui doit être utilisé pendant l'appel de membres.
protected:
override System::Object ^ GetInvocationTarget(Type ^ type, System::Object ^ instance);
protected override object GetInvocationTarget (Type type, object instance);
protected override object? GetInvocationTarget (Type type, object instance);
override this.GetInvocationTarget : Type * obj -> obj
Protected Overrides Function GetInvocationTarget (type As Type, instance As Object) As Object
Paramètres
- instance
- Object
Cible d'appel potentielle.
Retours
Object qui doit être utilisé pendant l'appel de membres.
Remarques
En règle générale, la valeur de retour est identique à la instance
valeur passée. Si quelqu’un a associé un autre objet à cette instance, ou si le instance est un descripteur de type personnalisé, la GetInvocationTarget méthode peut retourner une valeur différente.