ActivityExecutionContextManager.ExecutionContexts Eigenschaft

Definition

Stellt den Satz der von der aktuellen Aktivität erstellten Ausführungskontexte dar, 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 Vorkommen von ActivityExecutionContext enthält, die dieser Instanz zugeordnet sind.

Gilt für: