次の方法で共有


ExecuteAction.Parameters プロパティ

定義

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)

プロパティ値

この値は、アクションのパラメーターです。

適用対象