SPMobileListItemIterator.QueryListItems method
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Function QueryListItems As SPListItemCollection
'Usage
Dim returnValue As SPListItemCollection
returnValue = Me.QueryListItems()
protected virtual SPListItemCollection QueryListItems()
Return value
Type: Microsoft.SharePoint.SPListItemCollection
See also
Reference
SPMobileListItemIterator class