Scheduler for UWP/WinRT
Sort メソッド (AppointmentList)

(Appointment.Start 値に基づき)デフォルトの比較子を使用して、AppointmentList 全体の要素をソートします。
オーバーロード一覧
オーバーロード解説
Sort()(Appointment.Start 値に基づき)デフォルトの比較子を使用して、AppointmentList 全体の要素をソートします。  
Sort(Comparison<Appointment>)指定された System.Comparison を使用して、AppointmentList 全体の要素をソートします。  
Sort(IComparer<Appointment>)指定された比較子を使用して、AppointmentList 全体の要素をソートします。  
Sort(Int32,Int32,IComparer<Appointment>)指定された比較子を使用して、AppointmentList 内の要素の範囲にある要素をソートします。  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

AppointmentList クラス
AppointmentList メンバ

Send Feedback