EventInfo.Attributes Propiedad

Definición

Obtiene los atributos de este evento.

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

Valor de propiedad

EventAttributes

Atributos de sólo lectura de este evento.

Implementaciones

Comentarios

Los atributos se devuelven en un entero de 4 bytes que representa un mapa de bits de los atributos establecidos para el evento reflejado por esta instancia.

Se aplica a