ActivityExecutionContextManager.ExecutionContexts Eigenschaft

Definition

Stellt den Satz von Ausführungskontexten dar, der von der aktuellen Aktivität erstellt wurde, die noch nicht abgeschlossen wurden.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::ActivityExecutionContext ^> ^ ExecutionContexts { System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::ActivityExecutionContext ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.ActivityExecutionContext> ExecutionContexts { get; }
member this.ExecutionContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.ActivityExecutionContext>
Public ReadOnly Property ExecutionContexts As ReadOnlyCollection(Of ActivityExecutionContext)

Eigenschaftswert

Die Auflistung, die die ActivityExecutionContextdieser Instanz zugeordneten (s) enthält.

Gilt für: