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