Scheduler for WinForms
ContactCollection クラス
メンバ 

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 : ContactCollection クラス
ContactCollectionは、C1Schedule オブジェクトモデル内のすべての使用可能な連絡先を表す Contactオブジェクトのコレクションです。
オブジェクト モデル
ContactCollection クラス
シンタックス
'宣言
 
Public Class ContactCollection 
   Inherits C1.C1Schedule.BaseCollection(Of Contact)
public class ContactCollection : C1.C1Schedule.BaseCollection<Contact> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.C1Schedule.BaseCollection<T>
               C1.C1Schedule.ContactCollection

参照

ContactCollection メンバ
C1.C1Schedule 名前空間