Freigeben über


ContextualTabs-Klasse

Defines the ContextualTabs Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is mso14:contextualTabs.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(TabSet), FileFormatVersions.Office2010)> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class ContextualTabs _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As ContextualTabs
[ChildElementInfoAttribute(typeof(TabSet), FileFormatVersions.Office2010)]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class ContextualTabs : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • TabSet <mso14:tabSet>

2.3.43 CT_ContextualTabs

Target namespace: https://schemas.microsoft.com/office/2007/10/customui

Referenced by: CT_Ribbon

Specifies a list of contextual tab sets.

Child Elements:

tabSet : A CT_TabSet element.

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

<xsd:complexType name="CT_ContextualTabs">

<xsd:sequence>

<xsd:element name="tabSet" type="CT_TabSet" minOccurs="1" maxOccurs="100"/>

</xsd:sequence>

</xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

ContextualTabs-Member

DocumentFormat.OpenXml.Office2010.CustomUI-Namespace