PublishedProjectResourceCollection classe
Representa uma coleção de recursos em um projeto publicado.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<PublishedProjectResource>
Microsoft.ProjectServer.Client.PublishedProjectResourceCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)
Sintaxe
'Declaração
<ScriptTypeAttribute("PS.PublishedProjectResourceCollection", ServerTypeId := "{1202eb4a-efed-43bc-a5dd-ddaf11276f7a}")> _
Public Class PublishedProjectResourceCollection _
Inherits ClientObjectCollection(Of PublishedProjectResource)
'Uso
Dim instance As PublishedProjectResourceCollection
[ScriptTypeAttribute("PS.PublishedProjectResourceCollection", ServerTypeId = "{1202eb4a-efed-43bc-a5dd-ddaf11276f7a}")]
public class PublishedProjectResourceCollection : ClientObjectCollection<PublishedProjectResource>
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
PublishedProjectResourceCollection membros
Microsoft.ProjectServer.Client namespace
ProjectResourceCreationInformation