Share via


2.2.191 GetStarted

Target namespace: http://schemas.microsoft.com/office/taskpaneappversionoverrides

Referenced by: FormFactor

Specifies the Get Started information for the Office Add-in. This information is used in various places in the Office User Interface after the user installs an add-in.

Child Elements:

Title: A ShortResourceReference element that specifies information that helps users to locate and get started using an add-in. The elements are displayed inside a UI element, such as a callout after an add-in is installed. The title is displayed as the header of the UI element.

Description: A LongResourceReference element that specifies information that helps users to locate and get started using an add-in. The elements are displayed inside a UI element, such as a callout after an add-in is installed. The description is displayed as the body of the UI element.

LearnMoreUrl: A URLResourceReference element that specifies information that helps users to locate and get started using an add-in. The elements are displayed inside a UI element, such as a callout after an add-in is installed. The LearnMoreUrl is displayed as an optional link.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="GetStarted">
   <xs:sequence>
     <xs:element name="Title" type="bt:ShortResourceReference" minOccurs="1" maxOccurs="1"/>
     <xs:element name="Description" type="bt:LongResourceReference" minOccurs="1" maxOccurs="1"/>
     <xs:element name="LearnMoreUrl" type="bt:URLResourceReference" minOccurs="1" maxOccurs="1"/>
   </xs:sequence>
 </xs:complexType>

See section 5.7 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).