DbConnectionStringBuilder.ICustomTypeDescriptor.GetPropertyOwner Méthode

Définition

Retourne un objet qui contient la propriété décrite par le descripteur de propriété spécifié.

 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

Paramètres

pd
PropertyDescriptor

Qui PropertyDescriptor représente la propriété dont le propriétaire doit être trouvé.

Retours

Qui Object représente le propriétaire de la propriété spécifiée.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance DbConnectionStringBuilder est convertie en ICustomTypeDescriptor interface.

Pour plus d’informations, consultez GetPropertyOwner.

S’applique à

Voir aussi