Freigeben über


TemplateCommandGroup-Klasse

Defines the TemplateCommandGroup Class. It is the root element of CustomizationPart.When the object is serialized out as xml, its qualified name is wne:tcg.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.OpenXmlPartRootElement
        DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup

Namespace:  DocumentFormat.OpenXml.Office.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(AllocatedCommands))> _
<ChildElementInfoAttribute(GetType(MismatchedKeyMapCustomization))> _
<ChildElementInfoAttribute(GetType(KeyMapCustomizations))> _
<ChildElementInfoAttribute(GetType(Toolbars))> _
Public Class TemplateCommandGroup _
    Inherits OpenXmlPartRootElement
'Usage
Dim instance As TemplateCommandGroup
[ChildElementInfoAttribute(typeof(AllocatedCommands))]
[ChildElementInfoAttribute(typeof(MismatchedKeyMapCustomization))]
[ChildElementInfoAttribute(typeof(KeyMapCustomizations))]
[ChildElementInfoAttribute(typeof(Toolbars))]
public class TemplateCommandGroup : OpenXmlPartRootElement

Hinweise

The following table lists the possible child types:

  • KeyMapCustomizations <wne:keymaps>

  • MismatchedKeyMapCustomization <wne:keymapsBad>

  • Toolbars <wne:toolbars>

  • AllocatedCommands <wne:acds>

Threadsicherheit

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

Siehe auch

Referenz

TemplateCommandGroup-Member

DocumentFormat.OpenXml.Office.Word-Namespace