Share via


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

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

属性

注釈

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

適用対象