Condividi tramite


_Type.Attributes Proprietà

Definizione

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

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 non Type rappresenti un parametro di tipo generico, nel qual caso il valore non è specificato.

Commenti

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

La Type.Attributes proprietà ottiene gli attributi associati all'oggetto Type.

Si applica a