EnterpriseProjectTypeCollection classe
Representa uma coleção de objetos EnterpriseProjectType (EITAR).
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<EnterpriseProjectType>
Microsoft.ProjectServer.Client.EnterpriseProjectTypeCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)
Sintaxe
'Declaração
<ScriptTypeAttribute("PS.EnterpriseProjectTypeCollection", ServerTypeId := "{cbea79d3-a220-4cdd-acf3-fa6b23c04f4f}")> _
Public Class EnterpriseProjectTypeCollection _
Inherits ClientObjectCollection(Of EnterpriseProjectType)
'Uso
Dim instance As EnterpriseProjectTypeCollection
[ScriptTypeAttribute("PS.EnterpriseProjectTypeCollection", ServerTypeId = "{cbea79d3-a220-4cdd-acf3-fa6b23c04f4f}")]
public class EnterpriseProjectTypeCollection : ClientObjectCollection<EnterpriseProjectType>
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
EnterpriseProjectTypeCollection membros
Microsoft.ProjectServer.Client namespace
EPTCreationInformation