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 字节整数返回,表示为此实例反映的事件设置的属性的位图。

适用于