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
)
参数
projectId
类型:System.Guid项目的 GUID。
stageId
类型:System.Guid工作流阶段的 GUID。
备注
EnterProjectStage方法在内部调用 EnterProjectStage(Guid, Guid) 方法。