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如果信息文本将被替换。

备注

项目服务器工作流程可以调用UpdateProjectStageStatus方法。

另请参阅

引用

WorkflowActivities 类

WorkflowActivities 成员

Microsoft.ProjectServer.Client 命名空间