EventLogRecord.GetPropertyValues(EventLogPropertySelector) Method

Definition

Gets the enumeration of the values of the user-supplied event properties, or the results of XPath-based data if the event has XML representation.

public:
 System::Collections::Generic::IList<System::Object ^> ^ GetPropertyValues(System::Diagnostics::Eventing::Reader::EventLogPropertySelector ^ propertySelector);
public System.Collections.Generic.IList<object> GetPropertyValues (System.Diagnostics.Eventing.Reader.EventLogPropertySelector propertySelector);
member this.GetPropertyValues : System.Diagnostics.Eventing.Reader.EventLogPropertySelector -> System.Collections.Generic.IList<obj>
Public Function GetPropertyValues (propertySelector As EventLogPropertySelector) As IList(Of Object)

Parameters

propertySelector
EventLogPropertySelector

Selects the property values to return.

Returns

Returns a list of objects.

Applies to

See also