ComAwareEventInfo.Attributes Proprietà

Definizione

Ottiene gli attributi per questo evento.

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

Valore della proprietà

Attributi di sola lettura per questo evento.

Commenti

Gli attributi vengono restituiti in un intero a 4 byte, che rappresenta una bitmap degli attributi impostati per l'evento che viene riflesso da questa istanza.

Si applica a