Sorts the list based on a System.ComponentModel.PropertyDescriptor and a System.ComponentModel.ListSortDirection.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub ApplySort( _
   ByVal  As System.ComponentModel.PropertyDescriptor, _
   ByVal  As System.ComponentModel.ListSortDirection _
) 
             
        
            
            public void ApplySort( 
   System.ComponentModel.PropertyDescriptor ,
   System.ComponentModel.ListSortDirection 
)
             
        
             
        
            パラメータ
- property
 
- The System.ComponentModel.PropertyDescriptor to sort by.
 - direction
 
- One of the System.ComponentModel.ListSortDirection values.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照