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。 |