共用方式為


StageCollection class

代表工作流程Stage物件的集合。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<Stage>
        Microsoft.ProjectServer.Client.StageCollection

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

Syntax

'宣告
<ScriptTypeAttribute("PS.StageCollection", ServerTypeId := "{79c2beb5-f9fe-46c5-96b2-13c440eca23b}")> _
Public Class StageCollection _
    Inherits ClientObjectCollection(Of Stage)
'用途
Dim instance As StageCollection
[ScriptTypeAttribute("PS.StageCollection", ServerTypeId = "{79c2beb5-f9fe-46c5-96b2-13c440eca23b}")]
public class StageCollection : ClientObjectCollection<Stage>

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.

請參閱

參照

StageCollection members

Microsoft.ProjectServer.Client namespace

Stage

StageCreationInformation

Stages