WorkflowRuntimeServiceElementCollection.Add 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
)