共用方式為


IWorkflowInstanceExtension.SetInstance(WorkflowInstanceProxy) 方法

定義

設定指定的目標 WorkflowInstanceProxy

public:
 void SetInstance(System::Activities::Hosting::WorkflowInstanceProxy ^ instance);
public void SetInstance (System.Activities.Hosting.WorkflowInstanceProxy instance);
abstract member SetInstance : System.Activities.Hosting.WorkflowInstanceProxy -> unit
Public Sub SetInstance (instance As WorkflowInstanceProxy)

參數

instance
WorkflowInstanceProxy

要設定的目標工作流程執行個體。

適用於