PhaseCollection classe
Representa uma coleção de objetos de Phase de fluxo de trabalho.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<Phase>
Microsoft.ProjectServer.Client.PhaseCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)
Sintaxe
'Declaração
<ScriptTypeAttribute("PS.PhaseCollection", ServerTypeId := "{f5fbfc2b-9866-4903-8f39-b20efc731085}")> _
Public Class PhaseCollection _
Inherits ClientObjectCollection(Of Phase)
'Uso
Dim instance As PhaseCollection
[ScriptTypeAttribute("PS.PhaseCollection", ServerTypeId = "{f5fbfc2b-9866-4903-8f39-b20efc731085}")]
public class PhaseCollection : ClientObjectCollection<Phase>
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.