内容类型绑定

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

指定内容类型绑定的每个元素清单文件都必须遵循内容类型绑定定义架构。

使用内容类型绑定,可以在 onet.xml 架构中定义的列表中设置内容类型。 不能直接修改在 onet.xml 架构中定义的列表。

下面是内容类型绑定定义架构中的元素列表。

内容类型绑定定义架构示例

下面的示例指定要绑定到指定列表类型的内容类型。

    <elements xmlns="http://schemas.microsoft.com/sharepoint/">
      <ContentTypeBinding
        ContentTypeId="0x010100C5A8DB52D9D0A14D9B2FDCC96666E9F2"
        ListUrl="_catalogs/masterpage"
      />
    </elements>

另请参阅