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 에서 수행할 수 있는 상태 전환의 컬렉션입니다.

적용 대상