Sdílet prostřednictvím


WorkflowRuntimeElement.Services Vlastnost

Definice

Získá kolekci služeb, které budou přidány do WorkflowRuntime modulu.

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

Hodnota vlastnosti

ExtendedWorkflowRuntimeServiceElementCollection

Kolekce služeb, které budou přidány do WorkflowRuntime modulu.

Atributy

Poznámky

Služby zadané v objektu budou inicializovány workflow runtime a přidány do jeho služeb při volání WorkflowRuntimeServiceElementCollection WorkflowRuntime příslušného konstruktoru. Proto služby zadané v musí WorkflowRuntimeServiceElementCollection dodržovat určitá pravidla týkající se podpisů jejich konstruktorů. Další informace naleznete v tématu WorkflowRuntimeServiceElement.

Platí pro