State.Transitions Property

Definition

Gets the collection of transitions that come from this state.

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)

Property Value

Returns Collection<T>.

Attributes

Applies to