Partager via


ViewFields, élément (DeploymentManifest - SPWebPart)

S’applique à : | SharePoint 2016 SharePoint Foundation 2013 | | SharePoint Online SharePoint Server 2013

Représente une collection de champs inclus dans une vue de composant WebPart Windows SharePoint Services 3.0.

Définition

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

USAGE
<WebPart>
        <ViewFields>
                <FieldRef />
        </ViewFields>
</WebPart>

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

WebPart, élément (DeploymentManifest)

Voir aussi