共用方式為


SPView.Scope property

取得或設定文件庫的檢視的遞迴範圍。

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

Syntax

'宣告
Public Property Scope As SPViewScope
    Get
    Set
'用途
Dim instance As SPView
Dim value As SPViewScope

value = instance.Scope

instance.Scope = value
public SPViewScope Scope { get; set; }

Property value

Type: Microsoft.SharePoint.SPViewScope
指定範圍的SPViewScope值。

請參閱

參照

SPView class

SPView members

Microsoft.SharePoint namespace