次の方法で共有


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>

スレッド セーフ

この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。

関連項目

参照先

CalendarCollection メンバー

Microsoft.ProjectServer.Client 名前空間