Workflow.IsInStage 方法
會傳回 Boolean 值,指出專案是否為指定的階段。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public Shared Function IsInStage ( _
status As Workflow.StageStatus _
) As Boolean
'用途
Dim status As Workflow.StageStatus
Dim returnValue As Boolean
returnValue = Workflow.IsInStage(status)
public static bool IsInStage(
Workflow.StageStatus status
)
參數
status
類型:Microsoft.Office.Project.Server.Library.Workflow.StageStatus物件,其中包含的工作流程階段狀態的相關資訊。