共用方式為


SPView.Views property

取得父檢視檢視表的集合。

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

Syntax

'宣告
Public ReadOnly Property Views As SPViewCollection
    Get
'用途
Dim instance As SPView
Dim value As SPViewCollection

value = instance.Views
public SPViewCollection Views { get; }

Property value

Type: Microsoft.SharePoint.SPViewCollection
表示父檢視集合的SPViewCollection物件。

請參閱

參照

SPView class

SPView members

Microsoft.SharePoint namespace