共用方式為


SPList.MobileDefaultView property

唯讀屬性,來擷取清單的行動裝置的預設檢視。

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

Syntax

'宣告
Public ReadOnly Property MobileDefaultView As SPView
    Get
'用途
Dim instance As SPList
Dim value As SPView

value = instance.MobileDefaultView
public SPView MobileDefaultView { get; }

Property value

Type: Microsoft.SharePoint.SPView
SPView 代表行動裝置的預設檢視。

請參閱

參照

SPList class

SPList members

Microsoft.SharePoint namespace