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.
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)
Available in Sandboxed Solutions: No
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