Share via


ModelAttributes.Attributes Propriété

Définition

Obtient l’ensemble de tous les attributs. Si cette instance représente les attributs d’une propriété, les attributs de la définition de propriété sont antérieurs à ceux de la propriété .Type Si cette instance représente les attributs d’un paramètre, les attributs de la définition de paramètre sont antérieurs à ceux du paramètre .Type

public:
 property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ Attributes { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<object> Attributes { get; }
member this.Attributes : System.Collections.Generic.IReadOnlyList<obj>
Public ReadOnly Property Attributes As IReadOnlyList(Of Object)

Valeur de propriété

S’applique à