Share via


ProjectDetailPageCollection classe

Representa uma coleção de páginas de detalhes do projeto (PDPs).

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<ProjectDetailPage>
        Microsoft.ProjectServer.Client.ProjectDetailPageCollection

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

Sintaxe

'Declaração
<ScriptTypeAttribute("PS.ProjectDetailPageCollection", ServerTypeId := "{acf943a6-9c79-41d4-b4c8-e212be3a5cd1}")> _
Public Class ProjectDetailPageCollection _
    Inherits ClientObjectCollection(Of ProjectDetailPage)
'Uso
Dim instance As ProjectDetailPageCollection
[ScriptTypeAttribute("PS.ProjectDetailPageCollection", ServerTypeId = "{acf943a6-9c79-41d4-b4c8-e212be3a5cd1}")]
public class ProjectDetailPageCollection : ClientObjectCollection<ProjectDetailPage>

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

ProjectDetailPageCollection membros

Microsoft.ProjectServer.Client namespace