Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Target namespace: http://schemas.microsoft.com/office/taskpaneappversionoverrides
Referenced by: OfficeTab, CustomTab
Specifies a tab in the Office client application where this Office add-in will customize the user interface.
Attributes:
id: A ShortString attribute that specifies the identifier of the tab to which the child groups belong. If this tab is a CustomTab element, it is the identifier of the new tab. If it is an OfficeTab, it is the identifier of the preexisting Office UI tab in which to insert content.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="Tab" abstract="true"> <xs:attribute name="id" type="bt:ShortString" use="required"/> </xs:complexType>
See section 5.7 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).