Sdílet prostřednictvím


ParameterView.FromDictionary(IDictionary<String,Object>) Metoda

Definice

Vytvoří nový ParameterView z daného IDictionary<TKey,TValue>.

public:
 static Microsoft::AspNetCore::Components::ParameterView FromDictionary(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public static Microsoft.AspNetCore.Components.ParameterView FromDictionary (System.Collections.Generic.IDictionary<string,object> parameters);
public static Microsoft.AspNetCore.Components.ParameterView FromDictionary (System.Collections.Generic.IDictionary<string,object?> parameters);
static member FromDictionary : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Components.ParameterView
Public Shared Function FromDictionary (parameters As IDictionary(Of String, Object)) As ParameterView

Parametry

parameters
IDictionary<String,Object>

Parametr IDictionary<TKey,TValue> s parametry.

Návraty

Úloha ParameterView.

Platí pro