ContentTypes 要素 (DeploymentManifest)

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

リスト アイテムのWindows SharePoint Services 3.0 コンテンツ タイプ仕様のコンテナー (コレクション) を表します。

定義

DECLARATION
<xs:element name="ContentTypes" type="SPContentTypeCollection" minOccurs="0" maxOccurs="1" />

USAGE
<List>
   <ContentTypes />
</List>

SPContentTypeCollection

要素と属性

以下のセクションで、属性、子要素、親要素について説明します。

属性

なし

子要素

None

親要素

List 要素 (DeploymentManifest)

注釈

ContentTypes 要素で表されるコレクションは、ContentType 要素 (DeploymentManifest) 要素によって表されるオブジェクト インスタンスです。

関連項目