LogValuesFormatter.GetValues(Object[]) Metoda

Definice

Získá výčet párů klíč/hodnota pro všechny položky formátu.

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[]

Návraty

Platí pro