Udostępnij za pośrednictwem


StateMachineWorkflowInstance.PossibleStateTransitions Właściwość

Definicja

Pobiera kolekcję przejść stanu, które StateActivity mogą być aktualne.

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)

Wartość właściwości

Kolekcja przejść stanu, które można wykonać w bieżącej StateActivity wersji.

Dotyczy