ViewForm 要素 (DeploymentViewFormsList)

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

コンテンツ移行パッケージにエクスポートされる、ViewFormsList.xml ファイルに一覧表示される特定の Web パーツ オブジェクト (SPViewForm) インスタンスを表します。 ViewFormsList.xml ファイルは、各インスタンスがビューまたはフォームのいずれであるかを示します。

定義

DECLARATION
<xs:element
    name="ViewForm"
    type="SPViewForm"
    minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<ViewFormsList>
    <ViewForm
       Id="xs:string"
       Type="xs:string"
    />
</ViewFormsList>

SPViewForm

要素と属性

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

属性

属性 説明
Id
xs:string
オプション。 各特定の Web パーツを識別する一意の識別子。
Type
xs:string
Web パーツがビューかフォームかを指定します。 使用可能な値は、ViewForm、および File です。 ただし、File の値に機能はなく、将来使用するために予約されています。

子要素

None

親要素

ViewFormsList 要素 (DeploymentViewFormsList)

関連項目