SPCustomWebTemplate 类
代表Web 模板。
继承层次结构
System.Object
Microsoft.SharePoint.SPWebTemplate
Microsoft.SharePoint.SPCustomWebTemplate
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public NotInheritable Class SPCustomWebTemplate _
Inherits SPWebTemplate
用法
Dim instance As SPCustomWebTemplate
public sealed class SPCustomWebTemplate : SPWebTemplate
备注
创建 Web 模板 (.wsp 文件) 当您将网站另存为模板中的用户界面或对象模型通过使用**SaveAsTemplate()**方法。您也可以手动创建.wsp 包的内容的文件。
Web 模板是两种可用于创建网站的基础实体之一。另外一种类型是定义的站点配置。
备注
站点定义配置或 Web 模板,可以代表SPWebTemplate , SPCustomWebTemplate将始终表示 Web 模板。
使用SPSite类的GetCustomWebTemplates方法返回Web 模板的集合。对集合的引用后,使用索引器返回单个 Web 模板。例如,如果集合分配给名为myWebTemplates的变量中,则可使用myWebTemplates[index] 在 Microsoft Visual C#,或myWebTemplates(index) 在 Microsoft Visual Basic,其中index是标题或 Web 模板集合中的索引号。
Web 模板是由一组文件都被压缩到.wsp 文件中定义的。最重要的这些文件都包含一个WebTemplate Element (Web template)元素的elements.xml文件和Onet.xml文件。该.wsp 文件存储在SharePoint Foundation数据库中。(.Wsp 文件是一个 CAB 文件。如果可以打开它在 Windows 资源管理器首先将该扩展名更改为.cab。)
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。