ModelAttributes.Attributes Vlastnost

Definice

Získá sadu všech atributů. Pokud tato instance představuje atributy vlastnosti, atributy definice vlastnosti jsou před atributy na vlastnosti Type. Pokud tato instance představuje atributy parametru, atributy definice parametru jsou před atributy parametru 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)

Hodnota vlastnosti

IReadOnlyList<Object>

Platí pro