SPViewCollection.SPViewType 枚举
指定的视图的列表实现的类型。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Enumeration SPViewType
用法
Dim instance As SPViewCollection.SPViewType
public enum SPViewType
成员
成员名称 | 说明 | |
---|---|---|
Invalid | 未指定的视图类型。 | |
Html | 表示标准的 HTML 视图。 | |
Grid | 表示数据表视图。 | |
Calendar | 代表日历视图。 | |
Recurrence | 表示显示定期事件的视图。 | |
Chart | 表示图表视图。 | |
Gantt | 代表甘特图,为规划和协调,跟踪项目中的特定任务提供计划的图形化表示法。 |