EventCollection classe
Representa uma coleção de objetos Event .
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<Event>
Microsoft.ProjectServer.Client.EventCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)
Sintaxe
'Declaração
<ScriptTypeAttribute("PS.EventCollection", ServerTypeId := "{a6c97dfd-0fc0-49d7-94be-aed4f31f27ce}")> _
Public Class EventCollection _
Inherits ClientObjectCollection(Of Event)
'Uso
Dim instance As EventCollection
[ScriptTypeAttribute("PS.EventCollection", ServerTypeId = "{a6c97dfd-0fc0-49d7-94be-aed4f31f27ce}")]
public class EventCollection : ClientObjectCollection<Event>
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
Microsoft.ProjectServer.Client namespace
EventCreationInformation