ProviderMetadata.Keywords Propiedad

Definición

Obtiene una colección enumerable de objetos EventKeyword, cada uno de los cuales representa una palabra clave de evento definida en el proveedor de eventos.

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)

Valor de propiedad

Devuelve una colección enumerable de objetos de EventKeyword.

Se aplica a

Consulte también