Freigeben über


PSWorkflowService.UpdateStageStatusInformation-Methode

Der Statusinformationen und der Wert festgelegt für die angegebene Phase.

Namespace:  Microsoft.Office.Project.Server.Workflow
Assembly:  Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)

Syntax

'Declaration
Public Sub UpdateStageStatusInformation ( _
    workflowContext As ProjectWorkflowContext, _
    stageUid As Guid, _
    statusInformation As String, _
    stageStatusValue As UpdateProjectStageStatusFieldValue, _
    append As Boolean _
)
'Usage
Dim instance As PSWorkflowService
Dim workflowContext As ProjectWorkflowContext
Dim stageUid As Guid
Dim statusInformation As String
Dim stageStatusValue As UpdateProjectStageStatusFieldValue
Dim append As Boolean

instance.UpdateStageStatusInformation(workflowContext, _
    stageUid, statusInformation, stageStatusValue, _
    append)
public void UpdateStageStatusInformation(
    ProjectWorkflowContext workflowContext,
    Guid stageUid,
    string statusInformation,
    UpdateProjectStageStatusFieldValue stageStatusValue,
    bool append
)

Parameter

  • stageUid
    Typ: System.Guid

    Die GUID im Freigabefenster.

  • statusInformation
    Typ: System.String

    Informationen zu den Status der Projektstufe.

  • append
    Typ: System.Boolean

    True ist der Wert statusInformation angefügt werden soll; false ist der Wert statusInformation ersetzt werden.

Implementiert

IPSWorkflowService.UpdateStageStatusInformation(ProjectWorkflowContext, Guid, String, UpdateProjectStageStatusFieldValue, Boolean)

Siehe auch

Referenz

PSWorkflowService Klasse

PSWorkflowService-Member

Microsoft.Office.Project.Server.Workflow-Namespace