다음을 통해 공유


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

적용 대상