State.Transitions 屬性

定義

取得來自此狀態之轉換的集合。

public:
 property System::Collections::ObjectModel::Collection<System::Activities::Statements::Transition ^> ^ Transitions { System::Collections::ObjectModel::Collection<System::Activities::Statements::Transition ^> ^ get(); };
[System.Windows.Markup.DependsOn("Exit")]
public System.Collections.ObjectModel.Collection<System.Activities.Statements.Transition> Transitions { get; }
[<System.Windows.Markup.DependsOn("Exit")>]
member this.Transitions : System.Collections.ObjectModel.Collection<System.Activities.Statements.Transition>
Public ReadOnly Property Transitions As Collection(Of Transition)

屬性值

傳回 Collection<T>

屬性

適用於