ProviderMetadata.Keywords Propriété

Définition

Obtient une collection énumérable d'objets EventKeyword, chacun d'eux représentant un mot clé d'événement défini dans le fournisseur d'événements.

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

Valeur de propriété

Retourne une collection énumérable d’objets EventKeyword.

S’applique à

Voir aussi