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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.