Compartilhar via


Project.EnterProjectStage método

Alterna o projeto para o estágio do fluxo de trabalho do Project Server especificado.

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

Sintaxe

'Declaração
<RemoteAttribute> _
Public Sub EnterProjectStage ( _
    stage As Stage _
)
'Uso
Dim instance As Project
Dim stage As Stage

instance.EnterProjectStage(stage)
[RemoteAttribute]
public void EnterProjectStage(
    Stage stage
)

Parâmetros

Ver também

Referência

Project classe

Project membros

Microsoft.ProjectServer.Client namespace