LogValuesFormatter.GetValues(Object[]) Methode

Definition

Ruft eine Aufzählung von Schlüssel-Wert-Paaren für alle Formatelemente ab.

public:
 System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ GetValues(cli::array <System::Object ^> ^ values);
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object?>> GetValues(object[] values);
member this.GetValues : obj[] -> seq<System.Collections.Generic.KeyValuePair<string, obj>>
Public Function GetValues (values As Object()) As IEnumerable(Of KeyValuePair(Of String, Object))

Parameter

values
Object[]

Gibt zurück

Gilt für: