public void AddPropertyComparerInfo(
System.ComponentModel.PropertyDescriptor prop,
System.ComponentModel.ListSortDirection direction
)
'Declaration
Public Sub AddPropertyComparerInfo( _
ByVal prop As System.ComponentModel.PropertyDescriptor, _
ByVal direction As System.ComponentModel.ListSortDirection _
)
Parameters
prop
The System.ComponentModel.PropertyDescriptor object that references the property.
direction
The System.ComponentModel.ListSortDirection value that specifies the order direction.