列出模板文件

适用于:SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

ListTemplate 元素指向特殊列表类型的 Schema.xml 文件中包含的列表定义。 您可以使用列表模板来创建列表。

注意

如果安装列表模板功能,请安装基于列表模板功能的列表实例功能,然后仅激活列表实例功能。 即使尚未激活列表模板功能,Microsoft SharePoint Foundation 也会在指定网站中创建一个新列表。

对于指定的功能,SharePoint Foundation 会检查 Features 目录是否有 List\_Template\\Schema.xml 文件,但您可以为另一个目录指定 Path 参数。

示例

下面的示例演示定义列表模板的列表定义中 XML 文件的目录,这意味着列表类型会在“创建页面”中显示。

    <?xml version="1.0" encoding="utf-8" ?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
       <ListTemplate Name="announce" Type="104" BaseType="0"
          OnQuickLaunch="TRUE" SecurityBits="11" DisplayName="Announcements"
          Description="Create an announcements list when you want a place to share news, status, and other short bits of information."
          Image="/_layouts/images/itann.gif">
       </ListTemplate>
    </Elements>

另请参阅