CalendarCollection
CalendarCollection class
のコレクションを表しますCalendar
オブジェクト.
public class CalendarCollection : IList<Calendar>
プロパティ
名前 | 説明 |
---|
Count { get; } | このオブジェクトに含まれるオブジェクトの数を取得しますCalendarCollection object. |
メソッド
名前 | 説明 |
---|
Add(string) | この CalendarCollection オブジェクトに新しい基本カレンダーを追加し、追加されたカレンダーを返します。 |
Add(string, Calendar) | 指定された基本カレンダーを持つ新しいカレンダーをこの CalendarCollection オブジェクトに追加し、追加されたカレンダーを返します。 |
GetByName(string) | 指定された名前のカレンダーを返します。 |
GetByUid(int) | 指定された UID を持つカレンダーを返します。 |
GetEnumerator() | このコレクションの列挙子を返します。 |
Remove(Calendar) | プロジェクト CalendarCollection からカレンダーを削除します。 |
ToList() | CalendarCollection オブジェクトを次のリストに変換します。Calendar オブジェクト. |
関連項目