ViewFormsList 要素 (DeploymentViewFormsList)

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

ViewForm (SPViewForm) インスタンスのコレクションを表し、コンテンツ移行パッケージにエクスポートする ViewFormsList.xml ファイル内のリストで構成されます。

定義

DECLARATION
<xs:element
    name="ViewFormsList"
    type="SPViewFormsList"
/>
USAGE
<ViewFormsList>
    <ViewForm />
</ViewFormsList>

SPViewFormsList

要素と属性

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

属性

なし

子要素

ViewForm 要素 (DeploymentViewFormsList)

親要素

None

注釈

ViewFormsList 要素は DeploymentViewFormsList スキーマのルート要素であるため、親要素はありません。

関連項目