EventInfo.Attributes Vlastnost

Definice

Získá atributy pro tuto událost.

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

Hodnota vlastnosti

Atributy jen pro čtení pro tuto událost.

Implementuje

Poznámky

Atributy jsou vráceny v celočíselném 4 bajtovém čísle, které představuje rastr atributů nastavených pro událost odrážející tuto instanci.

Platí pro