CalendarCollection 类

表示日历对象的集合。

继承层次结构

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<Calendar>
        Microsoft.ProjectServer.Client.CalendarCollection

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<ScriptTypeAttribute("PS.CalendarCollection", ServerTypeId := "{6b87f4a3-a6de-4d12-9ddf-12a93b9677ce}")> _
Public Class CalendarCollection _
    Inherits ClientObjectCollection(Of Calendar)
用法
Dim instance As CalendarCollection
[ScriptTypeAttribute("PS.CalendarCollection", ServerTypeId = "{6b87f4a3-a6de-4d12-9ddf-12a93b9677ce}")]
public class CalendarCollection : ClientObjectCollection<Calendar>

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

CalendarCollection 成员

Microsoft.ProjectServer.Client 命名空间