ComAwareEventInfo.Attributes Vlastnost

Definice

Získá atributy pro tuto událost.

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

Hodnota vlastnosti

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

Poznámky

Atributy jsou vráceny v 4-bajtové celé číslo, které představuje bitmapu atributů nastavených pro událost, která je reflektována touto instancí.

Platí pro