WorkflowRuntimeSection.Services Vlastnost

Definice

Získá kolekci služeb, které jsou přidány do modulu runtime pracovního postupu při jeho inicializaci.

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

Hodnota vlastnosti

WorkflowRuntimeServiceElementCollection

Služby, které mají být přidány do modulu runtime pracovního postupu.

Atributy

Poznámky

Služby zadané v rozhraní WorkflowRuntimeServiceElementCollection jsou inicializovány modulem runtime pracovního postupu a přidány ke svým službám při WorkflowRuntime volání příslušného konstruktoru. Proto služby zadané v WorkflowRuntimeServiceElementCollection musí dodržovat určitá pravidla o signaturách jejich konstruktorů. Další informace naleznete v tématu WorkflowRuntimeServiceElement.

Platí pro