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) です。

適用対象