共用方式為


SPList.OnQuickLaunch property

取得或設定一個Boolean值,指定清單是否要顯示 [首頁] 頁面的 [快速啟動] 區域。

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

Syntax

'宣告
Public Property OnQuickLaunch As Boolean
    Get
    Set
'用途
Dim instance As SPList
Dim value As Boolean

value = instance.OnQuickLaunch

instance.OnQuickLaunch = value
public bool OnQuickLaunch { get; set; }

Property value

Type: System.Boolean
true清單隨即顯示在快速啟動] 中的 [區域首頁 ; 如果否則,請false。

請參閱

參照

SPList class

SPList members

Microsoft.SharePoint namespace