Scheduler for WinForms
AppointmentList クラス
メンバ 

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 : AppointmentList クラス
AppointmentListコレクションは、 Appointmentオブジェクトのソート可能なコレクションです。
オブジェクト モデル
AppointmentList クラス
シンタックス
'宣言
 
Public Class AppointmentList 
   Inherits System.Collections.ObjectModel.Collection(Of Appointment)
public class AppointmentList : System.Collections.ObjectModel.Collection<Appointment> 
解説
AppointmentListはソートが保証されていません。 AppointmentListのソートが要求される処理を実行する前に AppointmentListをソートする必要があります。
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.C1Schedule.AppointmentList

参照

AppointmentList メンバ
C1.C1Schedule 名前空間