_MethodBase.Attributes Propriété
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.
Fournit aux objets COM un accès indépendant de la version à la Attributes propriété.
public:
property System::Reflection::MethodAttributes Attributes { System::Reflection::MethodAttributes get(); };
public System.Reflection.MethodAttributes Attributes { get; }
member this.Attributes : System.Reflection.MethodAttributes
Public ReadOnly Property Attributes As MethodAttributes
Valeur de propriété
Une des MethodAttributes valeurs.
Remarques
Cette propriété est destinée à l’accès aux classes managées à partir du code non managé et ne doit pas être appelée à partir du code managé.
La Attributes propriété obtient les attributs associés à cette méthode.