Version

SelectItems Method (IListViewReplay)

Syntax
'Declaration
 
Sub SelectItems( _
   ByVal iSelectionType As System.Object, _
   Optional ByVal oItemorItemArray1 As System.Object, _
   Optional ByVal oItemorItemArray2 As System.Object _
) 
void SelectItems( 
   System.object iSelectionType,
   System.object oItemorItemArray1,
   System.object oItemorItemArray2
)

Parameters

iSelectionType
oItemorItemArray1
oItemorItemArray2
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