XsltListViewWebPartMobileAdapter.CurrentListItems property
Gets the all the items in the current list that are also in the current view.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property CurrentListItems As ICollection
Get
'Usage
Dim value As ICollection
value = Me.CurrentListItems
protected ICollection CurrentListItems { get; }
Property value
Type: System.Collections.ICollection
The current view items in a collection that is castable to SPListItemCollection.
Remarks
The members of the returned collection are SPListItem objects.
See also
Reference
XsltListViewWebPartMobileAdapter class