WorkflowRuntimeElement.Services プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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を参照してください。