JAMS Developer Guide
ApplyDeepSort Method


MVPSI.JAMS Namespace > IAdvancedSorts Interface : ApplyDeepSort Method
An array of properties that lead to the property to sort on.
The sort direction.
Sorts on the property of a property, an unlimited number of levels deep.
Syntax
'Declaration
 
Sub ApplyDeepSort( _
   ByVal properties() As System.ComponentModel.PropertyDescriptor, _
   ByVal direction As System.ComponentModel.ListSortDirection _
) 
'Usage
 
Dim instance As IAdvancedSorts
Dim properties() As System.ComponentModel.PropertyDescriptor
Dim direction As System.ComponentModel.ListSortDirection
 
instance.ApplyDeepSort(properties, direction)
void ApplyDeepSort( 
   System.ComponentModel.PropertyDescriptor[] properties,
   System.ComponentModel.ListSortDirection direction
)

Parameters

properties
An array of properties that lead to the property to sort on.
direction
The sort direction.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAdvancedSorts Interface
IAdvancedSorts Members