DeclarativeFormRegions 中的 DeclarativeFormRegion 元素(SolutionManifestDeclarativeExtensions 架构)

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

适用范围: SharePoint Server 2010

<DeclarativeFormRegion> 元素用于描述 Microsoft Outlook 2010 中显示外部数据的表单区域。

命名空间:https://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/DeclarativeExtensions

架构:SolutionManifestDeclarativeExtensions

<FormRegion  xsl:type="DeclarativeFormRegion" InternalName = "String" Type = "String" ShowInspectorComposeMode = "Boolean" ShowInspectorReadMode = "Boolean" Title = "String" Name = "String" Description = "String"> </FormRegion>

属性和元素

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

属性

属性

说明

InternalName

必需。

表单区域的名称。

属性类型:String

类型

必需。

表单区域的类型。

下表列出了该属性可能的值。

说明

Adjoining

在表单第一页的底部显示表单区域。

Replacement

表单区域替换表单的默认页面。

ReplaceAll

表单区域替换整个表单。

Separate

显示为完整的附加表单页。

ShowInspectorComposeMode

可选。

确定是否可在 Outlook 中的撰写模式下使用表单区域。

属性类型:Boolean

ShowInspectorReadMode

可选。

确定是否可在 Outlook 中的只读模式下使用表单区域。

属性类型:Boolean

标题

可选。

表单区域的标题。

属性类型:String

名称

必需。

表单区域的名称。

属性类型:String

说明

可选。

表单区域的说明。

属性类型:String

子元素

元素

说明

DeclarativeFormRegion 中的 Picture 元素(SolutionManifestDeclarativeExtensions 架构)

<Picture> 元素用于描述要在 Outlook 2010 中为表单区域使用的图标。

父元素

元素

说明

DeclarativeFormRegions 元素(SolutionManifestDeclarativeExtensions 架构)

包含此表单区域的 DeclarativeFormRegions 元素。