_PropertyInfo.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::PropertyAttributes Attributes { System::Reflection::PropertyAttributes get(); };
public System.Reflection.PropertyAttributes Attributes { get; }
member this.Attributes : System.Reflection.PropertyAttributes
Public ReadOnly Property Attributes As PropertyAttributes

Valeur de propriété

Les attributs de cette propriété.

Remarques

Cette propriété est destinée à l’accès aux classes managées à partir de code non managé et ne doit pas être appelée à partir de code managé.

La Attributes propriété obtient les attributs de cette propriété.

S’applique à