CalendarExceptionCollection

CalendarExceptionCollection class

のコレクションを表しますCalendarExceptionオブジェクト.

public class CalendarExceptionCollection : IList<CalendarException>

プロパティ

名前説明
Count { get; }このオブジェクトに含まれるオブジェクトの数を取得しますCalendarExceptionCollectionobject.
Item { get; set; }指定されたインデックスの要素を返します.
ParentCalendar { get; }このオブジェクトの親カレンダーを取得します。

メソッド

名前説明
Add(CalendarException)このコレクション オブジェクトに CalendarException インスタンスを追加します。
AddRange(IEnumerable<CalendarException>)例外の範囲を内部リストに追加します。
Clear()からすべてのアイテムを削除しますCalendarExceptionCollection.
GetEnumerator()このコレクションの列挙子を返します。
Remove(CalendarException)削除しますCalendarExceptionこのコレクションのインスタンス.
ToList()CalendarExceptionCollection オブジェクトを次のリストに変換します。CalendarExceptionオブジェクト.

関連項目