Version

GetItems Method

Returns the headers and/or the count of the items contained within the input items collection
Syntax
'Declaration
 
Protected Function GetItems( _
   ByVal oItemsCollection As System.Object, _
   ByVal bNeedHeaders As System.Boolean, _
   ByVal bNeedCount As System.Boolean _
) As System.Object
protected System.object GetItems( 
   System.object oItemsCollection,
   System.bool bNeedHeaders,
   System.bool bNeedCount
)
protected: System.Object* GetItems( 
   System.Object* oItemsCollection,
   System.bool bNeedHeaders,
   System.bool bNeedCount
) 

Parameters

oItemsCollection
The items collection whose individual items need to be returned
bNeedHeaders
Boolean if true returns the headers of the items
bNeedCount
Boolean if true returns the count of the items

Return Value

Returns the headers and/or the count of the items contained within the input 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