共用方式為


_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

屬性值

這個事件的唯讀屬性。

備註

這個方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。

屬性 Attributes 會取得這個事件的屬性。

適用於