Condividi tramite


DynamicActivity<TResult>.ICustomTypeDescriptor.GetPropertyOwner Metodo

Definizione

Restituisce questa istanza della classe DynamicActivity<TResult>.

 virtual System::Object ^ System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System::ComponentModel::PropertyDescriptor ^ pd) = System::ComponentModel::ICustomTypeDescriptor::GetPropertyOwner;
object ICustomTypeDescriptor.GetPropertyOwner (System.ComponentModel.PropertyDescriptor pd);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner : System.ComponentModel.PropertyDescriptor -> obj
override this.System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner : System.ComponentModel.PropertyDescriptor -> obj
Function GetPropertyOwner (pd As PropertyDescriptor) As Object Implements ICustomTypeDescriptor.GetPropertyOwner

Parametri

pd
PropertyDescriptor

Proprietà per cui deve essere trovato il proprietario.

Restituisce

Questa istanza di DynamicActivity<TResult>.

Implementazioni

Commenti

Il parametro pd è ignorato da questo metodo. Questo parametro è presente per implementare l'interfaccia ICustomTypeDescriptor.

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza DynamicActivity<TResult> a un'interfaccia ICustomTypeDescriptor.

Si applica a