共用方式為


ListViewWebPartMobileAdapter.CurrentListItems property

取得所有的項目目前的清單中也是在目前的檢視。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Protected ReadOnly Property CurrentListItems As ICollection
    Get
'用途
Dim value As ICollection

value = Me.CurrentListItems
protected ICollection CurrentListItems { get; }

Property value

Type: System.Collections.ICollection
目前檢視中的項目是SPListItemCollection轉型的集合。

備註

傳回集合的成員是SPListItem的物件。

請參閱

參照

ListViewWebPartMobileAdapter class

ListViewWebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace