Sorts the tasks.
Syntax
'Declaration
Public Sub Sort( _
ByVal As System.ComponentModel.PropertyDescriptor, _
ByVal As System.ComponentModel.ListSortDirection _
)
public void Sort(
System.ComponentModel.PropertyDescriptor ,
System.ComponentModel.ListSortDirection
)
Parameters
- prop
- A System.ComponentModel.PropertyDescriptor that specifies the property to sort on.
- direction
- One of the System.ComponentModel.ListSortDirection values.
See Also