Version

Select Method (IXamTreeGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Selects one or more items of a particular type.", Documentation="Select [%a2] of type [%a1]")>
Sub Select( _
   ByVal oEnumSelectedType As System.Object, _
   ByVal oSelectedItems As System.Object _
) 
[TypeInfoMethod(Description="Selects one or more items of a particular type.", Documentation="Select [%a2] of type [%a1]")]
void Select( 
   System.object oEnumSelectedType,
   System.object oSelectedItems
)
[TypeInfoMethod(Description="Selects one or more items of a particular type.", Documentation="Select [%a2] of type [%a1]")]
void Select( 
   System.Object* oEnumSelectedType,
   System.Object* oSelectedItems
) 

Parameters

oEnumSelectedType
oSelectedItems
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