Compartilhar via


WorkflowActivities.EnterProjectStage method

Tenta inserir o estágio do fluxo de trabalho especificado para o projeto.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaração
<RemoteAttribute> _
Public Sub EnterProjectStage ( _
    projectId As Guid, _
    stageId As Guid _
)
'Uso
Dim instance As WorkflowActivities
Dim projectId As Guid
Dim stageId As Guid

instance.EnterProjectStage(projectId, _
    stageId)
[RemoteAttribute]
public void EnterProjectStage(
    Guid projectId,
    Guid stageId
)

Parâmetros

  • stageId
    Type: System.Guid

    O GUID de estágio de fluxo de trabalho.

Comentários

O método EnterProjectStage chama internamente o método EnterProjectStage(Guid, Guid) .

Ver também

Referência

WorkflowActivities class

WorkflowActivities members

Microsoft.ProjectServer.Client namespace