ViewFields, élément (DeploymentManifest - SPView)

S’applique à : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint En ligne | SharePoint Server 2013

Représente une collection de champs inclus dans un Windows SharePoint Services 3.0.

Définition

DECLARATION
<xs:element name="ViewFields" type="SPFieldLinkCollection" minOccurs="0" maxOccurs="1" />

USAGE
<View>
        <ViewFields>
                <FieldRef />
        </ViewFields>
</View>

Type

Objet SPFieldLinkCollection

Éléments et attributs

Les sections suivantes décrivent les attributs, les éléments enfants et les éléments parents.

Attributs

Aucun

Éléments enfants

FieldRef, élément (DeploymentManifest - SPFieldLinkCollection)

Éléments parents

View, élément (DeploymentManifest)

Voir aussi