QatItemsType Class

Defines the QatItemsType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType
        DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems
        DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Separator), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(ControlCloneQat), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(ButtonRegular), FileFormatVersions.Office2010)> _
Public MustInherit Class QatItemsType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As QatItemsType
[ChildElementInfoAttribute(typeof(Separator), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(ControlCloneQat), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(ButtonRegular), FileFormatVersions.Office2010)]
public abstract class QatItemsType : OpenXmlCompositeElement

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

QatItemsType Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace