EventCollection-Klasse
Stellt eine Auflistung von Event -Objekten dar.
Vererbungshierarchie
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 (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.EventCollection", ServerTypeId := "{a6c97dfd-0fc0-49d7-94be-aed4f31f27ce}")> _
Public Class EventCollection _
Inherits ClientObjectCollection(Of Event)
'Usage
Dim instance As EventCollection
[ScriptTypeAttribute("PS.EventCollection", ServerTypeId = "{a6c97dfd-0fc0-49d7-94be-aed4f31f27ce}")]
public class EventCollection : ClientObjectCollection<Event>
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.
Siehe auch
Referenz
Microsoft.ProjectServer.Client-Namespace
EventCreationInformation