Share via


StateMachineWorkflowInstance.PossibleStateTransitions 屬性

定義

取得目前 StateActivity 可進行的狀態轉換集合。

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)

屬性值

目前 StateActivity 可進行的狀態轉換集合。

適用於