Partager via


DataConnectionProperties.ICustomTypeDescriptor.GetPropertyOwner, méthode

Récupère un objet qui contient la propriété décrite par le modèle spécifié de propriété.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
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

Valeur de retour

Type : System.Object
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 d' GetPropertyOwner .Pour plus d'informations, consultez la méthode d' GetPropertyOwner(System.ComponentModel.PropertyDescriptor) dans la bibliothèque de classes d' .NET Framework .

Sécurité .NET Framework

Voir aussi

Référence

DataConnectionProperties Classe

Microsoft.VisualStudio.Data.Framework, espace de noms