StateMachine.States プロパティ

定義

StateMachine のすべてのルート レベル状態のコレクションを取得します。

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

プロパティ値

Collection<T> が返されます。

属性

適用対象