Share via


AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetPropertyOwner, méthode

Pour obtenir une description de ce membre, consultez GetPropertyOwner.

Espace de noms :  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
Private Function GetPropertyOwner ( _
    pd As PropertyDescriptor _
) As Object Implements ICustomTypeDescriptor.GetPropertyOwner
Object ICustomTypeDescriptor.GetPropertyOwner(
    PropertyDescriptor pd
)
private:
virtual Object^ GetPropertyOwner(
    PropertyDescriptor^ pd
) sealed = ICustomTypeDescriptor::GetPropertyOwner
private abstract GetPropertyOwner : 
        pd:PropertyDescriptor -> Object  
private override GetPropertyOwner : 
        pd:PropertyDescriptor -> Object
JScript ne prend pas en charge les implémentations d'interfaces explicites.

Paramètres

  • pd
    Type : PropertyDescriptor

    PropertyDescriptor qui représente la propriété dont le propriétaire doit être recherché.

Valeur de retour

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

Implémentations

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

Notes

Ce membre est une implémentation d'un membre d'interface explicite. Il peut être utilisé uniquement lorsque le ConnectionStringBuilder est casté en une interface ICustomTypeDescriptor.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetConnectionProperties Classe

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms