Share via


ModelAttributes.TypeAttributes Propriété

Définition

Obtient l’ensemble d’attributs sur .Type Si cette instance représente une propriété, contient les TypeAttributes attributs récupérés à partir de PropertyType. Si cette instance représente un paramètre, contient les attributs récupérés à partir de ParameterType.

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

Valeur de propriété

S’applique à