다음을 통해 공유


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>

워크플로 인스턴스에 대한 키/값 쌍 인수의 사전입니다.

적용 대상