_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

プロパティ値

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

注釈

このメソッドは、アンマネージ コードからマネージド クラスにアクセスするためのメソッドであり、マネージド コードから呼び出さないでください。

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

適用対象