CalendarExceptionCollection class
Representa uma coleção de exceções de calendário.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<CalendarException>
Microsoft.ProjectServer.Client.CalendarExceptionCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaração
<ScriptTypeAttribute("PS.CalendarExceptionCollection", ServerTypeId := "{1dc8706e-36e9-4812-8740-6d353fcf82b5}")> _
Public Class CalendarExceptionCollection _
Inherits ClientObjectCollection(Of CalendarException)
'Uso
Dim instance As CalendarExceptionCollection
[ScriptTypeAttribute("PS.CalendarExceptionCollection", ServerTypeId = "{1dc8706e-36e9-4812-8740-6d353fcf82b5}")]
public class CalendarExceptionCollection : ClientObjectCollection<CalendarException>
Remarks
Uma exceção de calendário é uma instância em que um calendário de tarefa ou de recurso é diferente do calendário do projeto.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.