上次修改时间: 2015年3月9日
适用范围: SharePoint Foundation 2010
本文内容
类型
属性
子元素
父元素
表示 ViewFormsList.xml 文件中列出的特定 Web 部件对象 (SPViewForm) 实例,该文件将导出到内容迁移包。ViewFormsList.xml 文件指定每个实例是视图还是表单。
DECLARATION
<xs:element
name="ViewForm"
type="SPViewForm"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<ViewFormsList>
<ViewForm
Id="xs:string"
Type="xs:string"
/>
</ViewFormsList>
类型
SPViewForm
属性
属性 |
类型 |
说明 |
|---|---|---|
Id |
xs:string |
可选。标识每个特定 Web 部件的唯一标识符。 |
Type |
xs:string |
指定 Web 部件是视图还是表单。允许的值为 View、Form 和 File。但是,File 值不起作用,该值是为将来使用保留的。 |
子元素
无 |