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)**方法。