タスクをソートします。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub ApplySort( _
   ByVal  As System.ComponentModel.PropertyDescriptor, _
   ByVal  As System.ComponentModel.ListSortDirection _
) 
             
        
            
            public void ApplySort( 
   System.ComponentModel.PropertyDescriptor ,
   System.ComponentModel.ListSortDirection 
)
             
        
             
        
            パラメータ
- property
 
- ソートの基準にするプロパティを指定する System.ComponentModel.PropertyDescriptor。
 - direction
 
- System.ComponentModel.ListSortDirection 値の 1 つ。
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照