共用方式為


Stage class

代表專案工作流程中的階段。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.ProjectServer.Client.Stage

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'宣告
<ScriptTypeAttribute("PS.Stage", ServerTypeId := "{d45d3ac9-ceb1-4a08-be32-ef74573a02e9}")> _
Public Class Stage _
    Inherits ClientObject
'用途
Dim instance As Stage
[ScriptTypeAttribute("PS.Stage", ServerTypeId = "{d45d3ac9-ceb1-4a08-be32-ef74573a02e9}")]
public class Stage : ClientObject

備註

專案階段代表專案生命週期中的一個步驟。階段包含一或多個專案的詳細資料頁面由一般 [邏輯] 或 [佈景主題連結。在使用者層級的階段會出現在專案中的步驟。在每個步驟中,資料必須輸入、 修改、 已檢視,或處理。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

Stage members

Microsoft.ProjectServer.Client namespace