_Type.Attributes Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.