SPMobileEventsListItemIterator.QueryListItems Method
Queries an [SPListItemCollection] to determine the item contents of the collection.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function QueryListItems As SPListItemCollection
'Usage
Dim returnValue As SPListItemCollection
returnValue = Me.QueryListItems()
protected override SPListItemCollection QueryListItems()
Return Value
Type: Microsoft.SharePoint.SPListItemCollection
Returns an Microsoft.SharePoint.SPListItemCollection object over which to query.
See Also
Reference
SPMobileEventsListItemIterator Class