LogValuesFormatter.GetValues(Object[]) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera wyliczanie par klucz/wartość dla wszystkich elementów formatu.
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))
Parametry
- values
- Object[]