共用方式為


WorkflowActivities.UpdateProjectStageStatus 方法

命名空間:  Microsoft.ProjectServer.Client
組件:  Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)

語法

'宣告
<RemoteAttribute> _
Public Sub UpdateProjectStageStatus ( _
    projectId As Guid, _
    stageId As Guid, _
    statusInformation As String, _
    stageStatusValue As UpdateProjectStageStatusFieldValue, _
    append As Boolean _
)
'用途
Dim instance As WorkflowActivities
Dim projectId As Guid
Dim stageId As Guid
Dim statusInformation As String
Dim stageStatusValue As UpdateProjectStageStatusFieldValue
Dim append As Boolean

instance.UpdateProjectStageStatus(projectId, _
    stageId, statusInformation, stageStatusValue, _
    append)
[RemoteAttribute]
public void UpdateProjectStageStatus(
    Guid projectId,
    Guid stageId,
    string statusInformation,
    UpdateProjectStageStatusFieldValue stageStatusValue,
    bool append
)

參數

  • stageId
    類型:System.Guid

    工作流程階段的 GUID。

  • statusInformation
    類型:System.String

    要更新的狀態資訊值。

  • append
    類型:System.Boolean

    True附加資訊的文字 ; 如果false如果資訊文字已被取代。

備註

Project Server 工作流程可以呼叫UpdateProjectStageStatus方法。

請參閱

參照

WorkflowActivities 類別

WorkflowActivities 成員

Microsoft.ProjectServer.Client 命名空間