ListTemplateCategory 枚举

指定**“服务器资源管理器”**节点表示的 Microsoft.SharePoint.SPListTemplate 的类别。

命名空间:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions
程序集:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions(在 Microsoft.VisualStudio.SharePoint.Explorer.Extensions.dll 中)

语法

声明
Public Enumeration ListTemplateCategory
public enum ListTemplateCategory

成员

成员名称 说明
Other 节点表示“网页”类别的列表模板。
Libraries 节点表示“库”类别的列表模板。
Communications 节点表示“通信”类别的列表模板。
Tracking 节点表示“跟踪”类别的列表模板。
CustomLists 节点表示“自定义列表”类别的列表模板。

备注

使用 IListTemplateNodeInfo 对象的 Category 属性确定列表模板的类别。

请参见

参考

Microsoft.VisualStudio.SharePoint.Explorer.Extensions 命名空间