PropertyDescriptor.GetInvocationTarget(Type, Object) Metodo

Definizione

Questo metodo restituisce l'oggetto da utilizzare durante la chiamata dei membri.

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

Parametri

type
Type

Tipo Type della destinazione della chiamata.

instance
Object

Destinazione potenziale della chiamata.

Restituisce

Oggetto Object da utilizzare durante la chiamata dei membri.

Commenti

In genere, il valore restituito sarà uguale al instance passato. Se un altro oggetto è associato a questa istanza o se l'istanza è un descrittore di tipo personalizzato, il GetInvocationTarget metodo può restituire un valore diverso.

Si applica a