ListViewWebPartMobileAdapter.CurrentList property
取得目前的清單。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected ReadOnly Property CurrentList As SPList
Get
'用途
Dim value As SPList
value = Me.CurrentList
protected SPList CurrentList { get; }
Property value
Type: Microsoft.SharePoint.SPList
目前的清單。
請參閱
參照
ListViewWebPartMobileAdapter class