次の方法で共有


LookupItems 要素 (DeploymentLookupListMap)

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

参照アイテム (SPLookupItem) インスタンスのコレクションを表します。 リスト アイテムからリスト アイテムへの参照の参照の一覧を提供します。

定義

DECLARATION
<xs:element
        name="LookupItems" type="SPLookupItems"
        minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<LookupList>
        <LookupItems>
                <LookupItem />
        </LookupItems>
</LookupList>

SPLookupItems

要素と属性

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

属性

なし

子要素

LookupItem 要素 (DeploymentLookupListMap)

親要素

LookupList 要素 (DeploymentLookupListMap)

注釈

詳細については、「LookupItem 要素 (DeploymentLookupListMap)」を参照してください。

関連項目