JAMS Developer Guide
PropDeepComparer Constructor


MVPSI.JAMS Namespace > PropDeepComparer Class : PropDeepComparer Constructor
An array of properties that lead to the sort property.
The sort direction.
Creates a new PropDeepComparer that uses the specified properties and direction.
Syntax
'Declaration
 
Public Function New( _
   ByVal initProperties() As System.ComponentModel.PropertyDescriptor, _
   ByVal initDirection As System.ComponentModel.ListSortDirection _
)
'Usage
 
Dim initProperties() As System.ComponentModel.PropertyDescriptor
Dim initDirection As System.ComponentModel.ListSortDirection
 
Dim instance As New PropDeepComparer(initProperties, initDirection)
public PropDeepComparer( 
   System.ComponentModel.PropertyDescriptor[] initProperties,
   System.ComponentModel.ListSortDirection initDirection
)

Parameters

initProperties
An array of properties that lead to the sort property.
initDirection
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

PropDeepComparer Class
PropDeepComparer Members