ModelAttributes.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.
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)