Partager via


WorkflowRuntimeSection.Services Propriété

Définition

Obtient la collection des services ajoutés au moteur d'exécution de workflow lors de son initialisation.

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

Valeur de propriété

WorkflowRuntimeServiceElementCollection

Services à ajouter au moteur d'exécution de workflow.

Attributs

Remarques

Les services spécifiés dans l'objet WorkflowRuntimeServiceElementCollection sont initialisés par le moteur d'exécution de workflow et ajoutés à ses services lorsque le constructeur WorkflowRuntime adéquat est appelé. Par conséquent, les services spécifiés dans WorkflowRuntimeServiceElementCollection doivent suivre certaines règles en ce qui concerne les signatures des constructeurs. Pour plus d'informations, consultez WorkflowRuntimeServiceElement.

S’applique à