WorkflowRuntimeServiceElementCollection.Add 方法

定義

public:
 void Add(System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElement ^ serviceSettings);
public void Add (System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement serviceSettings);
member this.Add : System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement -> unit
Public Sub Add (serviceSettings As WorkflowRuntimeServiceElement)

參數

serviceSettings
WorkflowRuntimeServiceElement

WorkflowRuntimeServiceElement,表示由工作流程執行階段引擎初始化和啟動的服務。

例外狀況

serviceSettings 為 null 參考 (在 Visual Basic 中為 Nothing)

適用於