Versions 要素 (DeploymentManifest - SPListItem)

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

リスト アイテムのバージョンを指定するリスト アイテム バージョン コレクション オブジェクト (SPFileVersionCollection) のコレクションを表します。

定義

DECLARATION
<xs:element name="Versions" type="SPListItemVersionCollection" minOccurs="0" maxOccurs="1" />

USAGE
<SPObject>
        <ListItem>
                <Versions>
                        <ListItem />
                </Versions>
        </ListItem>
</SPObject>

SPListItemVersionCollection

要素と属性

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

属性

なし

子要素

ListItem 要素 (DeploymentManifest - SPListItemVersionCollection)

親要素

ListItem 要素 (DeploymentManifest - SPGenericObject)

関連項目