共用方式為


WorkflowCreationContext.WorkflowArguments 屬性

定義

取得傳遞至新建立之工作流程執行個體的引數。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ WorkflowArguments { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> WorkflowArguments { get; }
member this.WorkflowArguments : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property WorkflowArguments As IDictionary(Of String, Object)

屬性值

IDictionary<String,Object>

工作流程執行個體之索引鍵/值組引數的字典。

適用於