Freigeben über


QatItemsType-Klasse

Defines the QatItemsType class.

Vererbungshierarchie

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

Threadsicherheit

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

Siehe auch

Referenz

QatItemsType-Member

DocumentFormat.OpenXml.Office2010.CustomUI-Namespace