Compartir a través de


ModelAttributes.TypeAttributes Propiedad

Definición

Obtiene el conjunto de atributos de .Type Si esta instancia representa una propiedad , TypeAttributes contiene atributos recuperados de PropertyType. Si esta instancia representa un parámetro, contiene 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 de propiedad

Se aplica a