Partager via


DataViewBrowseObject.IReflect.GetProperty, méthode (String, BindingFlags)

Récupère la propriété spécifiée pour le type de l'instance actuelle, en utilisant les contraintes de liaison spécifiées.

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

Syntaxe

'Déclaration
Private Function GetProperty ( _
    name As String, _
    bindingAttr As BindingFlags _
) As PropertyInfo Implements IReflect.GetProperty
PropertyInfo IReflect.GetProperty(
    string name,
    BindingFlags bindingAttr
)
private:
virtual PropertyInfo^ GetProperty(
    String^ name, 
    BindingFlags bindingAttr
) sealed = IReflect::GetProperty
private abstract GetProperty : 
        name:string * 
        bindingAttr:BindingFlags -> PropertyInfo  
private override GetProperty : 
        name:string * 
        bindingAttr:BindingFlags -> PropertyInfo
JScript ne prend pas en charge les implémentations d'interfaces explicites.

Paramètres

  • name
    Type : String

    Nom de la propriété à obtenir.

  • bindingAttr
    Type : BindingFlags

    Un masque de bits est composé d'un ou plusieurs BindingFlags qui spécifient comment la recherche est incorrect, ou zéro pour retourner un tableau vide.

Valeur de retour

Type : PropertyInfo
Tableau d'objets PropertyInfo représentant les propriétés du type de l'instance actuelle qui correspondent aux contraintes de liaison spécifiées.Si le type de l'instance actuelle n'a pas de propriétés, ou si aucune des propriétés ne correspond aux contraintes de liaison, retourne un tableau vide de type PropertyInfo.

Implémentations

IReflect.GetProperty(String, BindingFlags)

Sécurité .NET Framework

Voir aussi

Référence

DataViewBrowseObject Classe

GetProperty, surcharge

Microsoft.VisualStudio.Data.Framework, espace de noms