Share via


2.2.136 CommandSurfaceExtensionPoint

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

Referenced by: PrimaryCommandSurface

Specifies location in an Office client application's user interface where the Office Add-in exposes functionality.

Child Elements:

OfficeTab: An OfficeTab element that specifies an existing Office tab where commands will appear.

CustomTab: A CustomTab element that specifies the tab where commands will appear.

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

 <xs:complexType name="CommandSurfaceExtensionPoint" abstract="true">
   <xs:complexContent>
     <xs:extension base="ExtensionPoint">
       <xs:sequence>
         <xs:element name="OfficeTab" type="OfficeTab" minOccurs="0" maxOccurs="unbounded"/>
         <xs:element name="CustomTab" type="CustomTab" minOccurs="0" maxOccurs="unbounded"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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