GanttView for WPF
ApplySort メソッド (TaskCollection)

C1.WPF.GanttView アセンブリ > C1.GanttView 名前空間 > TaskCollection クラス : ApplySort メソッド
ソートの基準にするプロパティを指定する System.ComponentModel.PropertyDescriptor
System.ComponentModel.ListSortDirection値の 1 つ。
タスクをソートします。
シンタックス
'宣言
 
Public Sub ApplySort( _
   ByVal property As PropertyDescriptor, _
   ByVal direction As System.ComponentModel.ListSortDirection _
) 
public void ApplySort( 
   PropertyDescriptor property,
   System.ComponentModel.ListSortDirection direction
)

パラメータ

property
ソートの基準にするプロパティを指定する System.ComponentModel.PropertyDescriptor
direction
System.ComponentModel.ListSortDirection値の 1 つ。
参照

TaskCollection クラス
TaskCollection メンバ