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

속성 값

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

설명

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

적용 대상