_FieldInfo.Attributes Propriété

Définition

Fournit des objets COM avec un accès indépendant de la version à la propriété Attributes.

public:
 property System::Reflection::FieldAttributes Attributes { System::Reflection::FieldAttributes get(); };
public System.Reflection.FieldAttributes Attributes { get; }
member this.Attributes : System.Reflection.FieldAttributes
Public ReadOnly Property Attributes As FieldAttributes

Valeur de propriété

FieldAttributes de ce champ.

Remarques

Cette propriété permet d’accéder aux classes managées à partir de code non managé et ne doit pas être appelée à partir du code managé.

La Attributes propriété obtient les attributs associés à ce champ.

S’applique à