Share via


AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetPropertyOwner, méthode

Extrait un objet contenant la propriété décrite par le descripteur spécifié de propriété.

Espace de noms :  Microsoft.VisualStudio.Data.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.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 représentant la propriété dont le propriétaire doit être trouvé.

Valeur de retour

Type : Object
Retourne un Object représentant le propriétaire de la propriété spécifiée.

Implémentations

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

Notes

Cette méthode fournit une implémentation de la méthode GetPropertyOwner. Pour plus d'informations consultez la méthode GetPropertyOwner dans la bibliothèque de classes d'.NET Framework.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetConnectionProperties Classe

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms