ComAwareEventInfo.Attributes プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象