State.Transitions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得來自此狀態之轉換的集合。
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>。
- 屬性