Version

SelectItems Method (DataPresenterRecordProxyBase)

Syntax
'Declaration
 
Protected Sub SelectItems( _
   ByVal selItems As System.Collections.Generic.List(Of ISelectableItem), _
   ByVal bAdd As System.Boolean, _
   ByVal bClearFirst As System.Boolean _
) 
protected void SelectItems( 
   System.Collections.Generic.List<ISelectableItem> selItems,
   System.bool bAdd,
   System.bool bClearFirst
)
protected: void SelectItems( 
   System.Collections.Generic.List<ISelectableItem*>* selItems,
   System.bool bAdd,
   System.bool bClearFirst
) 

Parameters

selItems
bAdd
bClearFirst
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