Share via


Picture Element in DeclarativeFormRegion (SolutionManifestDeclarativeExtensions Schema)

Applies to: SharePoint Server 2010

The <Picture> element is used to describe the icon to use for a form region in Microsoft Outlook 2010.

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

Schema: SolutionManifestDeclarativeExtensions

<Picture  IconFilePath = "String" Description = "String"> </Picture>

Attributes and Elements

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

Attributes

Attribute

Description

IconFilePath

The path to the icon file on the file system. This path is relative to the path of the solution manifest file (Oir.config).

Required.

Attribute type: String

Description

A description for this picture.

Optional.

Attribute type: String

Child Elements

None.

Parent Elements

Element

Description

DeclarativeFormRegion Element in DeclarativeFormRegions (SolutionManifestDeclarativeExtensions Schema)

The form region that this picture is for.