共用方式為


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

適用於