WorkflowActivities.EnterProjectStage 方法

尝试进入该项目的指定的工作流阶段。

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<RemoteAttribute> _
Public Sub EnterProjectStage ( _
    projectId As Guid, _
    stageId As Guid _
)
用法
Dim instance As WorkflowActivities
Dim projectId As Guid
Dim stageId As Guid

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

参数

  • stageId
    类型:System.Guid

    工作流阶段的 GUID。

备注

EnterProjectStage方法在内部调用 EnterProjectStage(Guid, Guid) 方法。

另请参阅

引用

WorkflowActivities 类

WorkflowActivities 成员

Microsoft.ProjectServer.Client 命名空间