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构造函数时,工作流运行时引擎会初始化指定的WorkflowRuntime服务,并将其添加到其服务中。 因此, WorkflowRuntimeServiceElementCollection 在指定的服务必须遵循有关其构造函数签名的某些规则。 有关详细信息,请参阅 WorkflowRuntimeServiceElement

适用于