Share via


StateMachineWorkflowInstance.States Propriété

Définition

Obtient une liste des classes StateActivity 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)

Valeur de propriété

Liste des classes StateActivity de StateMachineWorkflow.

Exceptions

StateMachineWorkflow est une référence Null (Nothing en Visual Basic).

S’applique à