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>
注釈
カレンダーの例外は、プロジェクト カレンダーから、タスクまたはリソースのカレンダーとは異なるインスタンスです。
スレッド セーフ
この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。