Version

SelectItems Method (WinListViewRecordReplayServer)

Modifies the SelectedItems collection.
Syntax
'Declaration
 
Public Sub SelectItems( _
   ByVal oItemSelType As System.Object, _
   Optional ByVal oItemOrItemArray1 As System.Object, _
   Optional ByVal oItemOrItemArray2 As System.Object _
) 
public void SelectItems( 
   System.object oItemSelType,
   System.object oItemOrItemArray1,
   System.object oItemOrItemArray2
)

Parameters

oItemSelType
oItemOrItemArray1
A refereence to a single item, or an array of items to be used to modify the selected items collection.
oItemOrItemArray2
A refereence to a single item, or an array of items to be used to modify the selected items collection.
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