共用方式為


Phase class

表示群組來找出專案生命週期中的一組常見的活動的階段的集合。

Inheritance hierarchy

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

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

Syntax

'宣告
<ScriptTypeAttribute("PS.Phase", ServerTypeId := "{f1aecab1-0373-45a4-a703-4cd9e8c33997}")> _
Public Class Phase _
    Inherits ClientObject
'用途
Dim instance As Phase
[ScriptTypeAttribute("PS.Phase", ServerTypeId = "{f1aecab1-0373-45a4-a703-4cd9e8c33997}")]
public class Phase : 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.

請參閱

參照

Phase members

Microsoft.ProjectServer.Client namespace