EventMetadata.Keywords Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the keywords associated with the event that is defined in the event provider.
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)
Property Value
An enumerable collection of the keywords associated with the event.
Remarks
The keywords for an event are used to group the event with other similar events based on the usage of the events. Each keyword is a bit in a 64-bit mask. Predefined bit values and reserved bits occupy the top 16 positions of this mask, leaving the manifest to use any bits between 0x0000000000000001 and 0x0000800000000000.
The standard event keywords are defined in the StandardEventKeywords enumeration.