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。