Interop.ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor) Metodo

Definizione

Restituisce il proprietario del descrittore della proprietà specificato o l'attività Interop stessa se il descrittore della proprietà non dispone di proprietario.

 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 recuperato il proprietario.

Restituisce

Il proprietario del descrittore o l'attività Interop stessa se il descrittore della proprietà non dispone di proprietario.

Implementazioni

Commenti

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

Si applica a