WorkflowRuntimeSection.Services Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.