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>

工作流实例的键/值对自变量的字典。

适用于