StateMachineWorkflowInstance.PossibleStateTransitions Eigenschaft

Definition

Ruft eine Auflistung von Zustandsübergängen ab, die der aktuelle Zustand erstellen StateActivity kann.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ PossibleStateTransitions { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> PossibleStateTransitions { get; }
member this.PossibleStateTransitions : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property PossibleStateTransitions As ReadOnlyCollection(Of String)

Eigenschaftswert

Eine Sammlung von Zustandsübergängen, die der aktuelle Zustand vornehmen StateActivity kann.

Gilt für: