SPList.GetUncustomizedViewByBaseViewId method
取得與指定的基底檢視識別碼 (ID) 相關聯的 view 物件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function GetUncustomizedViewByBaseViewId ( _
baseViewId As Integer _
) As SPView
'用途
Dim instance As SPList
Dim baseViewId As Integer
Dim returnValue As SPView
returnValue = instance.GetUncustomizedViewByBaseViewId(baseViewId)
public SPView GetUncustomizedViewByBaseViewId(
int baseViewId
)
參數
baseViewId
Type: System.Int32基底的清單檢視的識別碼。
傳回值
Type: Microsoft.SharePoint.SPView
指定的檢視。