次の方法で共有


WorkflowRuntimeElement.Services プロパティ

定義

WorkflowRuntime エンジンに追加されるサービスのコレクションを取得します。

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

プロパティ値

WorkflowRuntime エンジンに追加されるサービスのコレクション。

属性

注釈

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

適用対象