TypeDelegator.GetProperties(BindingFlags) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un tableau d’objets PropertyInfo représentant les propriétés du type encapsulé par le tableau actuel TypeDelegator.
public:
override cli::array <System::Reflection::PropertyInfo ^> ^ GetProperties(System::Reflection::BindingFlags bindingAttr);
public override System.Reflection.PropertyInfo[] GetProperties(System.Reflection.BindingFlags bindingAttr);
override this.GetProperties : System.Reflection.BindingFlags -> System.Reflection.PropertyInfo[]
Public Overrides Function GetProperties (bindingAttr As BindingFlags) As PropertyInfo()
Paramètres
- bindingAttr
- BindingFlags
Masque de bits qui affecte la façon dont la recherche est effectuée. La valeur est une combinaison de zéro ou plus d’indicateurs de bits de BindingFlags.
Retours
Tableau d’objets PropertyInfo représentant des propriétés définies sur ce TypeDelegator.