SPMobileEventsListItemIterator.QueryListItems method
This member overrides SPMobileListItemIterator.QueryListItems().
Namespace: Microsoft.SharePoint.Mobile.WebControls
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
See also
Reference
SPMobileEventsListItemIterator class