SPView class
表示包含在 SharePoint 網站上的清單中的資料檢視。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.SPView
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Class SPView
'用途
Dim instance As SPView
public class SPView
備註
使用SPList類別的DefaultView屬性,傳回清單或**GetView()方法,以傳回指定的檢視的預設檢視。使用SPWeb類別的GetViewFromUrl()**方法傳回的站台內的清單檢視並使用SPViewFieldCollection類別的View屬性來取得檢視的欄位集合的父檢視。否則,請使用SPList類別或SPView類別的Views屬性來傳回集合的清單檢視或父集合檢視的檢視。
若要從檢視集合傳回單一檢視中使用索引子。例如,如果集合指派給一個名為collViews變數,在 C# 的collViews[index]或collViews(index) Visual Basic,其中index是集合的檢視名稱中檢視這個引數或 GUID 中檢視使用。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.