Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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