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

속성 값

이 이벤트에 대한 읽기 전용 특성입니다.

구현

설명

특성은 이 instance 반영된 이벤트에 대해 설정된 특성의 비트맵을 나타내는 4 바이트 정수로 반환됩니다.

적용 대상