StateMachineWorkflowInstance.SetState Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit une transition à une StateActivity.
Surcharges
SetState(String) |
Fournit une transition à une StateActivity spécifiée à l'aide du nom de la StateActivity. |
SetState(StateActivity) |
Fournit une transition à une StateActivity spécifiée. |
SetState(String)
Fournit une transition à une StateActivity spécifiée à l'aide du nom de la StateActivity.
public:
void SetState(System::String ^ targetStateName);
public void SetState (string targetStateName);
member this.SetState : string -> unit
Public Sub SetState (targetStateName As String)
Paramètres
- targetStateName
- String
Nom de la StateActivity à laquelle passer.
Exceptions
targetStateName
est une référence Null (Nothing
en Visual Basic).
La StateActivity spécifiée par targetStateName
est une référence Null (Nothing
).
S’applique à
SetState(StateActivity)
Fournit une transition à une StateActivity spécifiée.
public:
void SetState(System::Workflow::Activities::StateActivity ^ targetState);
public void SetState (System.Workflow.Activities.StateActivity targetState);
member this.SetState : System.Workflow.Activities.StateActivity -> unit
Public Sub SetState (targetState As StateActivity)
Paramètres
- targetState
- StateActivity
StateActivity à laquelle passer.
Exceptions
targetState
est une référence Null (Nothing
en Visual Basic).