ViewFields 元素 (DeploymentManifest - SPWebPart)

适用于: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

表示包含在 Windows SharePoint Services 3.0 Web 部件视图上的字段的集合。

定义

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

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

类型

SPFieldLinkCollection 对象

元素和属性

下面各部分介绍了属性、子元素和父元素。

Attributes

子元素

FieldRef 元素 (DeploymentManifest - SPFieldLinkCollection)

父元素

WebPart 元素 (DeploymentManifest)

另请参阅