ModelAttributes.TypeAttributes Свойство

Определение

Возвращает набор атрибутов для Type. Если этот экземпляр представляет свойство , то TypeAttributes содержит атрибуты, полученные из PropertyType. Если этот экземпляр представляет параметр, то содержит атрибуты, полученные из 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)

Значение свойства

Применяется к