EventLogRecord.GetPropertyValues(EventLogPropertySelector) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.