ViewFields 元素 (DeploymentManifest - SPWebPart)

上次修改时间: 2015年3月9日

适用范围: SharePoint Foundation 2010

本文内容
类型
属性
子元素
父元素

表示一个 Windows SharePoint Services 3.0 Web 部件视图中包含的字段的集合。

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

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

类型

SPFieldLinkCollection 对象。

属性

属性

类型

说明

子元素

FieldRef 元素 (DeploymentManifest - SPFieldLinkCollection)

父元素

WebPart 元素 (DeploymentManifest)

请参阅

引用

SPView

ViewFields

SPFieldLinkCollection

概念

DeploymentManifest 架构