EventMetadata.Keywords Propriedade
Definição
Obtém as palavras-chave associadas ao evento que é definido no provedor de evento.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)
Valor da propriedade
Uma coleção enumerável das palavras-chave associadas ao evento.An enumerable collection of the keywords associated with the event.
Comentários
As palavras-chave de um evento são usadas para agrupar o evento com outros eventos semelhantes com base no uso dos eventos.The keywords for an event are used to group the event with other similar events based on the usage of the events. Cada palavra-chave é um pouco em uma máscara de 64 bits.Each keyword is a bit in a 64-bit mask. Valores de bits predefinidos e bits reservados ocupam as 16 posições principais dessa máscara, deixando o manifesto para usar quaisquer bits entre 0x0000000000000001 e 0x0000800000000000.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.
As palavras-chave do evento padrão são definidas na StandardEventKeywords enumeração.The standard event keywords are defined in the StandardEventKeywords enumeration.