DbConnectionStringBuilder.ICustomTypeDescriptor.GetPropertyOwner Metodo

Definizione

Restituisce un oggetto che contiene la proprietà descritta dal descrittore di proprietà specificato.

 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

Oggetto PropertyDescriptor che rappresenta la proprietà per cui deve essere trovato il proprietario.

Restituisce

Oggetto Object che rappresenta il proprietario della proprietà specificata.

Implementazioni

Commenti

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

Per altre informazioni, vedere GetPropertyOwner.

Si applica a

Vedi anche