WorkflowRuntimeSection.Services プロパティ

定義

初期化時にワークフロー ランタイム エンジンに追加されるサービスのコレクションを取得します。

public:
 property System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElementCollection ^ Services { System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("Services", DefaultValue=null)]
public System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection Services { get; }
[<System.Configuration.ConfigurationProperty("Services", DefaultValue=null)>]
member this.Services : System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection
Public ReadOnly Property Services As WorkflowRuntimeServiceElementCollection

プロパティ値

ワークフロー ランタイム エンジンに追加するサービス。

属性

注釈

WorkflowRuntimeServiceElementCollectionで指定されたサービスは、ワークフロー ランタイム エンジンによって初期化され、適切なWorkflowRuntime コンストラクターが呼び出されたときにサービスに追加されます。 したがって、 WorkflowRuntimeServiceElementCollection で指定されたサービスは、コンストラクターのシグネチャに関する特定の規則に従う必要があります。 詳細については、WorkflowRuntimeServiceElementを参照してください。

適用対象