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

属性值

EventAttributes

此事件的只读特性。

注解

属性以 4 字节整数返回,该整数表示为此实例反映的事件设置的属性的位图。

适用于