Sdílet prostřednictvím


EventLogPropertySelector(IEnumerable<String>) Konstruktor

Definice

Inicializuje novou EventLogPropertySelector instanci třídy.

public:
 EventLogPropertySelector(System::Collections::Generic::IEnumerable<System::String ^> ^ propertyQueries);
public EventLogPropertySelector (System.Collections.Generic.IEnumerable<string> propertyQueries);
[System.Security.SecurityCritical]
public EventLogPropertySelector (System.Collections.Generic.IEnumerable<string> propertyQueries);
new System.Diagnostics.Eventing.Reader.EventLogPropertySelector : seq<string> -> System.Diagnostics.Eventing.Reader.EventLogPropertySelector
[<System.Security.SecurityCritical>]
new System.Diagnostics.Eventing.Reader.EventLogPropertySelector : seq<string> -> System.Diagnostics.Eventing.Reader.EventLogPropertySelector
Public Sub New (propertyQueries As IEnumerable(Of String))

Parametry

propertyQueries
IEnumerable<String>

Dotazy XPath používané k extrakci hodnot z xml reprezentace události.

Atributy

Poznámky

Reprezentace XML události je založena na schématu události.

Platí pro

Viz také