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
)
參數
projectId
類型:System.Guid專案的 GUID。
stageId
類型:System.Guid工作流程階段的 GUID。
statusInformation
類型:System.String要更新的狀態資訊值。
stageStatusValue
類型:Microsoft.ProjectServer.Client.UpdateProjectStageStatusFieldValue若要設定 ; 階段狀態的值可以是UpdateProjectStageStatusFieldValue列舉中常數之一。
append
類型:System.BooleanTrue附加資訊的文字 ; 如果false如果資訊文字已被取代。
備註
Project Server 工作流程可以呼叫UpdateProjectStageStatus方法。