Compartilhar via


Elemento LookupItems (DeploymentLookupListMap)

Aplica-se a: SharePoint 2016 | SharePoint Foundation 2013 | | do SharePoint Online SharePoint Server 2013

Representa uma coleção de instâncias de item de pesquisa (SPLookupItem). Fornece uma lista de referências de pesquisa de item de lista para item de lista.

Definição

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

Tipo

SPLookupItems

Elementos e atributos

As seções a seguir descrevem os atributos, os elementos filhos e os elementos pai.

Atributos

Nenhuma

Elementos filho

Elemento LookupItem (DeploymentLookupListMap)

Elementos pai

Elemento LookupList (DeploymentLookupListMap)

Comentários

Para obter mais informações, consulte Elemento LookupItem (DeploymentLookupListMap)

Confira também