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

適用於