編輯

共用方式為


DeclarativeFormRegion Element in DeclarativeFormRegions

(SolutionManifestDeclarativeExtensions Schema)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

The DeclarativeFormRegion element is used to describe the form region in which external data is displayed in Microsoft Outlook 2010.

Namespace: http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/DeclarativeExtensions

Schema: SolutionManifestDeclarativeExtensions

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

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

**InternalName**

Required.

The name of the form region.

Attribute type: **String**

**Type**

Required.

The type of the form region.

The following table lists the possible values for this attribute.

Value

Description

Adjoining

The form region is displayed at the bottom of the first page of a form.

Replacement

The form region replaces the default page of the form.

ReplaceAll

The form region replaces the entire form.

Separate

Displayed as a full additional form page.

**ShowInspectorComposeMode**

Optional.

Determines whether the form region is available in compose mode in Outlook.

Attribute type: **Boolean**

**ShowInspectorReadMode**

Optional.

Determines whether the form region is available in read mode in Outlook.

Attribute type: **Boolean**

**Title**

Optional.

The title of the form region.

Attribute type: **String**

**Name**

Required.

The name of the form region.

Attribute type: **String**

**Description**

Optional.

A description for the form region.

Attribute type: **String**

Child elements

Element Description
Picture Element in DeclarativeFormRegion (SolutionManifestDeclarativeExtensions Schema) The Picture element is used to describe the icon to use in Outlook 2010 for the form region.

Parent elements

Element Description
DeclarativeFormRegions Element (SolutionManifestDeclarativeExtensions Schema) The DeclarativeFormRegions element that contains this form region.