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」を参照してください。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET