編輯

共用方式為


FormRegion Element

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

Describes the form region in which external data will be displayed in Microsoft Outlook 2010.

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

Schema: SolutionManifestDefinitions

<FormRegion FormFileName = "String" ManifestFileName = "String" InternalName = "String" Name = "String" Description = "String"> </FormRegion>

Elements and attributes

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

Attributes

Attribute

Description

**FormFileName**

The form region file name with an .ofs extension.

Required.

Attribute type: **String**

**ManifestFileName**

The form region manifest file name with an .xml extension.

Required.

Attribute type: **String**

**InternalName**

The value of the **Name** element in the manifest file.

Required.

Attribute type: **String**

**Name**

The name of the form region.

Required.

Attribute type: **String**

**Description**

A description for the form region.

Optional.

Attribute type: **String**

Child elements

None.

Parent elements

Element

Description

**FormRegions**

The **FormRegions** element that contains this form region.