StateMachine.States 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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>。
- 属性