ViewType 列舉
指定清單檢視的類型。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Enumeration ViewType
'用途
Dim instance As ViewType
public enum ViewType
成員
成員名稱 | 描述 | |
---|---|---|
None | 未指定的 [清單] 檢視類型。值 = 0。 | |
Html | 其值指定 HTML 清單檢視類型的列舉。值 = 1。 | |
Grid | 其值指定的資料工作表的清單檢視類型的列舉。值 = 2048年。 | |
Calendar | 其值指定行事曆清單檢視類型的列舉。值 = 524288。 | |
Recurrence | 其值指定顯示週期性事件清單檢視類型的列舉。值 = 8193。 | |
Chart | 其值指定圖表清單檢視類型的列舉。值 = 131072。 | |
Gantt | 其值指定甘特圖清單檢視類型的列舉。值 = 67108864。 |