Condividi tramite


EventLogPropertySelector(IEnumerable<String>) Costruttore

Definizione

Inizializza una nuova istanza della classe EventLogPropertySelector.

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))

Parametri

propertyQueries
IEnumerable<String>

Query di XPath utilizzate per estrarre i valori dalla rappresentazione XML dell'evento.

Attributi

Commenti

La rappresentazione XML di un evento è basata sullo schema eventi.

Si applica a

Vedi anche