ExecuteAction.Parameters Propriété
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.
Obtient ou définit les paramètres d’action de type Dictionary<TKey,TValue>.
public System.Collections.Generic.Dictionary<string,object> Parameters { get; set; }
member this.Parameters : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property Parameters As Dictionary(Of String, Object)
Valeur de propriété
Cette valeur est les paramètres de l’action.