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

Valeur de retour

Type : System.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