StateMachineWorkflowInstance.StateMachineWorkflow Propriété
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.
Obtient la définition la plus récente de la StateMachineWorkflowActivity.
public:
property System::Workflow::Activities::StateMachineWorkflowActivity ^ StateMachineWorkflow { System::Workflow::Activities::StateMachineWorkflowActivity ^ get(); };
public System.Workflow.Activities.StateMachineWorkflowActivity StateMachineWorkflow { get; }
member this.StateMachineWorkflow : System.Workflow.Activities.StateMachineWorkflowActivity
Public ReadOnly Property StateMachineWorkflow As StateMachineWorkflowActivity
Valeur de propriété
Définition la plus récente de la StateMachineWorkflowActivity.
Exceptions
Si le workflow est déjà terminé, la StateMachineWorkflowActivity actuelle ne peut pas être récupérée ; la définition précédente est donc récupérée.
Remarques
Cette propriété renvoie uniquement une copie de la définition de workflow, et jamais l'arborescence de l'instance active. Par conséquent, l’arborescence d’activités renvoyée par cette propriété ne peut pas être utilisée pour effectuer des requêtes sur les valeurs de l’exécution.