Partager via


DataViewBrowseObject.GetPropertyOwner, méthode

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

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

Syntaxe

'Déclaration
Public Overridable Function GetPropertyOwner ( _
    pd As PropertyDescriptor _
) As Object
public virtual Object GetPropertyOwner(
    PropertyDescriptor pd
)
public:
virtual Object^ GetPropertyOwner(
    PropertyDescriptor^ pd
)
abstract GetPropertyOwner : 
        pd:PropertyDescriptor -> Object  
override GetPropertyOwner : 
        pd:PropertyDescriptor -> Object
public function GetPropertyOwner(
    pd : PropertyDescriptor
) : Object

Paramètres

  • pd
    Type : PropertyDescriptor

    Objet PropertyDescriptor dont le propriétaire doit être trouvé.

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)

Sécurité .NET Framework

Voir aussi

Référence

DataViewBrowseObject Classe

Microsoft.VisualStudio.Data.Framework, espace de noms