Share via


2.2.134 CommandSurface

Target namespace: http://schemas.microsoft.com/office/mailappversionoverrides/1.1

Referenced by: Module

Specifies the ways the Office Add-in exposes functionality through the user interface of a Module Extension Point.

Child Elements:

CustomTab: A CustomTab element that specifies the surface 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="CommandSurface">
   <xs:sequence>
     <xs:element name="CustomTab" type="CustomTab" minOccurs="1" maxOccurs="unbounded"/>
   </xs:sequence>
 </xs:complexType>

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