다음을 통해 공유


EventMetadata.Keywords 속성

정의

이벤트 공급자에 정의된 이벤트와 연결된 키워드를 가져옵니다.

public:
 property System::Collections::Generic::IEnumerable<System::Diagnostics::Eventing::Reader::EventKeyword ^> ^ Keywords { System::Collections::Generic::IEnumerable<System::Diagnostics::Eventing::Reader::EventKeyword ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Diagnostics.Eventing.Reader.EventKeyword> Keywords { get; }
member this.Keywords : seq<System.Diagnostics.Eventing.Reader.EventKeyword>
Public ReadOnly Property Keywords As IEnumerable(Of EventKeyword)

속성 값

이벤트와 연결된 키워드의 열거 가능한 컬렉션입니다.

설명

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

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

적용 대상

추가 정보