ParameterView.FromDictionary(IDictionary<String,Object>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un ParameterView à partir de la IDictionary<TKey,TValue> donnée.
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
Paramètres
- parameters
- IDictionary<String,Object>
IDictionary<TKey,TValue> avec les paramètres.
Retours
Un ParameterView.