StateMachineWorkflowInstance.States Eigenschap

Definitie

Hiermee haalt u een lijst met StateActivity klassen op in de StateMachineWorkflow.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::Activities::StateActivity ^> ^ States { System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::Activities::StateActivity ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.Activities.StateActivity> States { get; }
member this.States : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.Activities.StateActivity>
Public ReadOnly Property States As ReadOnlyCollection(Of StateActivity)

Waarde van eigenschap

Een lijst met StateActivity klassen in de StateMachineWorkflow.

Uitzonderingen

De StateMachineWorkflow is een null-verwijzing (Nothing in Visual Basic).

Van toepassing op