共用方式為


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 命名空間