WorkflowRuntimeElement.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 de services qui sera ajoutée au moteur de 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
Valeur de propriété
Collection de services qui sera ajoutée au moteur de WorkflowRuntime.
- Attributs
Remarques
Les services spécifiés dans 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 le WorkflowRuntimeServiceElementCollection doivent suivre certaines règles en ce qui concerne les signatures de leurs constructeurs. Pour plus d'informations, consultez WorkflowRuntimeServiceElement.