内容类型绑定架构

上次修改时间: 2009年10月5日

适用范围: SharePoint Foundation 2010

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

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

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

<Elements 元素 (ContentTypeBinding)>

   <ContentTypeBinding 元素 (ContentTypeBinding)>

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

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

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

请参阅

引用

Elements 元素 (ContentTypeBinding)

ContentTypeBinding 元素 (ContentTypeBinding)

概念

内容类型定义