Compartilhar via


ModelAttributes.TypeAttributes Propriedade

Definição

Obtém o conjunto de atributos no Type. Se essa instância representar uma propriedade, conterá TypeAttributes os atributos recuperados de PropertyType. Se essa instância representar um parâmetro, conterá atributos recuperados 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)

Valor da propriedade

Aplica-se a