다음을 통해 공유


EventLogRecord.Keywords 속성

정의

이벤트의 키워드 마스크를 가져옵니다. 이 마스크에 사용된 키워드의 이름을 가져오려면 KeywordsDisplayNames 속성 값을 가져옵니다.

public:
 virtual property Nullable<long> Keywords { Nullable<long> get(); };
public override long? Keywords { get; }
member this.Keywords : Nullable<int64>
Public Overrides ReadOnly Property Keywords As Nullable(Of Long)

속성 값

long 값을 반환합니다. 이 값은 null일 수 있습니다.

설명

이벤트의 키워드는 이벤트 사용에 따라 이벤트를 다른 유사한 이벤트와 그룹화하는 데 사용됩니다. 각 키워드(keyword) 64비트 마스크의 비트입니다. 미리 정의된 비트 값과 예약된 비트는 이 마스크의 상위 16개 위치를 차지하므로 매니페스트는 0x0000000000000001 0x0000800000000000 사이의 비트를 사용합니다.

표준 이벤트 키워드는 열거형에 StandardEventKeywords 정의됩니다.

적용 대상

추가 정보