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> を返します。

属性

適用対象