WorkflowActivities.EnterProjectStage - Méthode
Essaie de passer de l'étape de flux de travail spécifié pour le projet.
Espace de noms : Microsoft.ProjectServer.Client
Assembly : Microsoft.ProjectServer.Client (dans Microsoft.ProjectServer.Client.dll)
Syntaxe
'Déclaration
<RemoteAttribute> _
Public Sub EnterProjectStage ( _
projectId As Guid, _
stageId As Guid _
)
'Utilisation
Dim instance As WorkflowActivities
Dim projectId As Guid
Dim stageId As Guid
instance.EnterProjectStage(projectId, _
stageId)
[RemoteAttribute]
public void EnterProjectStage(
Guid projectId,
Guid stageId
)
Paramètres
projectId
Type : System.GuidGUID du projet.
stageId
Type : System.GuidLe GUID de la phase de flux de travail.
Remarques
La méthode EnterProjectStage appelle en interne la méthode EnterProjectStage(Guid, Guid) .