Share via


ProviderMetadata.Keywords Vlastnost

Definice

Získá výčtovou kolekci EventKeyword objektů, z nichž každý představuje klíčové slovo události, která je definována ve zprostředkovateli událostí.

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)

Hodnota vlastnosti

Vrátí výčtovou kolekci EventKeyword objektů.

Platí pro

Viz také