共用方式為


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

適用於