_EventInfo.Attributes Proprietà

Definizione

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

public:
 property System::Reflection::EventAttributes Attributes { System::Reflection::EventAttributes get(); };
public System.Reflection.EventAttributes Attributes { get; }
member this.Attributes : System.Reflection.EventAttributes
Public ReadOnly Property Attributes As EventAttributes

Valore della proprietà

Attributi di sola lettura per questo evento.

Commenti

Questo metodo è destinato all'accesso alle classi gestite da codice non gestito e non deve essere chiamato dal codice gestito.

La Attributes proprietà ottiene gli attributi per questo evento.

Si applica a