Share via


StageCollection classe

Representa uma coleção de objetos de Stage de fluxo de trabalho.

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 (em Microsoft.ProjectServer.Client.dll)

Sintaxe

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

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

StageCollection membros

Microsoft.ProjectServer.Client namespace

Stage

StageCreationInformation

Stages