EnumBuilder.Attributes Proprietà

Definizione

Ottiene gli attributi associati all'oggetto Type.

public:
 virtual property System::Reflection::TypeAttributes Attributes { System::Reflection::TypeAttributes get(); };
public override System.Reflection.TypeAttributes Attributes { get; }
member this.Attributes : System.Reflection.TypeAttributes
Public Overrides ReadOnly Property Attributes As TypeAttributes

Valore della proprietà

Oggetto TypeAttributes che rappresenta il set di attributi di Type, a meno che Type non rappresenti un parametro di tipo generico. In tal caso, il valore non è specificato.

Si applica a