_EventInfo.Attributes プロパティ

定義

COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、Attributesプロパティです。

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

プロパティ値

EventAttributes

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

注釈

このメソッドは、アンマネージド コードからマネージド クラスにアクセスするために使用され、マネージド コードから呼び出しは行う必要はありません。

プロパティ Attributes は、このイベントの属性を取得します。

適用対象