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 位元組整數傳回,代表這個實例所反映之事件所設定之屬性的點陣圖。

適用於