Partager via


CalendarExceptionCollection - Classe

Représente une collection d'exceptions de calendrier.

Hiérarchie d’héritage

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<CalendarException>
        Microsoft.ProjectServer.Client.CalendarExceptionCollection

Espace de noms :  Microsoft.ProjectServer.Client
Assembly :  Microsoft.ProjectServer.Client (dans Microsoft.ProjectServer.Client.dll)

Syntaxe

'Déclaration
<ScriptTypeAttribute("PS.CalendarExceptionCollection", ServerTypeId := "{1dc8706e-36e9-4812-8740-6d353fcf82b5}")> _
Public Class CalendarExceptionCollection _
    Inherits ClientObjectCollection(Of CalendarException)
'Utilisation
Dim instance As CalendarExceptionCollection
[ScriptTypeAttribute("PS.CalendarExceptionCollection", ServerTypeId = "{1dc8706e-36e9-4812-8740-6d353fcf82b5}")]
public class CalendarExceptionCollection : ClientObjectCollection<CalendarException>

Remarques

Une exception de calendrier est une instance dans laquelle un calendrier des tâches ou ressources diffère le calendrier du projet.

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

CalendarExceptionCollection - Membres

Microsoft.ProjectServer.Client - Espace de noms