EventInfo.Attributes プロパティ

定義

このイベントの属性を取得します。

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

プロパティ値

このイベントの読み取り専用属性。

実装

注釈

属性は、このインスタンスによって反映されるイベントに対して設定された属性のビットマップを表す 4 バイトの整数で返されます。

適用対象