_Type.Attributes Proprietà

Definizione

Fornisce oggetti COM con accesso indipendente dalla versione alla proprietà Attributes.

public:
 property System::Reflection::TypeAttributes Attributes { System::Reflection::TypeAttributes get(); };
public System.Reflection.TypeAttributes Attributes { get; }
member this.Attributes : System.Reflection.TypeAttributes
Public 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.

Commenti

Questa proprietà è destinata all'accesso alle classi gestite dal codice non gestito e non deve essere chiamata dal codice gestito.

La Type.Attributes proprietà ottiene gli attributi associati a Type.

Si applica a