Share via


EventLogRecord.GetPropertyValues(EventLogPropertySelector) Méthode

Définition

Obtient l'énumération des valeurs des propriétés d'événement fournies par l'utilisateur ou les résultats des données au format XPath si l'événement a une représentation XML.

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)

Paramètres

propertySelector
EventLogPropertySelector

Sélectionne les valeurs de propriété à retourner.

Retours

Retourne une liste d'objets.

S’applique à

Voir aussi