StateMachineWorkflowInstance.PossibleStateTransitions Egenskap

Definition

Hämtar en samling tillståndsövergångar som den aktuella StateActivity kan göra.

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)

Egenskapsvärde

En samling tillståndsövergångar som den aktuella StateActivity kan göra.

Gäller för