EventMetadata.Keywords 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與事件提供者中定義的事件相關聯的關鍵字。
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)
屬性值
與事件相關聯的關鍵詞可列舉集合。
備註
事件的關鍵詞會用來根據事件的使用方式,將事件與其他類似的事件分組。 每個關鍵詞都是64位遮罩中的位。 預先定義的位值和保留位佔用此遮罩的前 16 個位置,讓指令清單使用0x0000000000000001與0x0000800000000000之間的任何位。
標準事件關鍵詞會在 列舉中 StandardEventKeywords 定義。