CalendarExceptionCollection 类
表示日历例外项的集合。
继承层次结构
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<CalendarException>
Microsoft.ProjectServer.Client.CalendarExceptionCollection
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<ScriptTypeAttribute("PS.CalendarExceptionCollection", ServerTypeId := "{1dc8706e-36e9-4812-8740-6d353fcf82b5}")> _
Public Class CalendarExceptionCollection _
Inherits ClientObjectCollection(Of CalendarException)
用法
Dim instance As CalendarExceptionCollection
[ScriptTypeAttribute("PS.CalendarExceptionCollection", ServerTypeId = "{1dc8706e-36e9-4812-8740-6d353fcf82b5}")]
public class CalendarExceptionCollection : ClientObjectCollection<CalendarException>
备注
日历例外日期是任务或资源的日历与项目日历的实例。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。