共用方式為


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)

屬性值

此值是動作的參數。

適用於