StateMachineWorkflowInstance.States Eigenschaft

Definition

Ruft eine Liste der StateActivity-Klassen in StateMachineWorkflow ab.

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)

Eigenschaftswert

Eine Liste der StateActivity-Klassen in StateMachineWorkflow.

Ausnahmen

StateMachineWorkflow ist ein NULL-Verweis (Nothing in Visual Basic).

Gilt für: