WorkflowRuntimeSection.Services 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得會在初始化時加入至工作流程執行階段引擎的服務集合。
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 中指定的服務,會由工作流程執行階段引擎初始化,並在呼叫適當的 WorkflowRuntime 建構函式時,加入至引擎的服務。 因此,WorkflowRuntimeServiceElementCollection 中指定的服務必須遵循有關建構函式簽章的特定規則。 如需詳細資訊,請參閱WorkflowRuntimeServiceElement。