Freigeben über


KeyMapEntry-Klasse

Defines the KeyMapEntry Class.When the object is serialized out as xml, its qualified name is wne:keymap.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office.Word.KeyMapEntry

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(MacroKeyboardCustomization))> _
<ChildElementInfoAttribute(GetType(FixedCommandKeyboardCustomization))> _
<ChildElementInfoAttribute(GetType(AllocatedCommandKeyboardCustomization))> _
<ChildElementInfoAttribute(GetType(WllMacroKeyboardCustomization))> _
<ChildElementInfoAttribute(GetType(CharacterInsertion))> _
Public Class KeyMapEntry _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As KeyMapEntry
[ChildElementInfoAttribute(typeof(MacroKeyboardCustomization))]
[ChildElementInfoAttribute(typeof(FixedCommandKeyboardCustomization))]
[ChildElementInfoAttribute(typeof(AllocatedCommandKeyboardCustomization))]
[ChildElementInfoAttribute(typeof(WllMacroKeyboardCustomization))]
[ChildElementInfoAttribute(typeof(CharacterInsertion))]
public class KeyMapEntry : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • FixedCommandKeyboardCustomization <wne:fci>

  • MacroKeyboardCustomization <wne:macro>

  • AllocatedCommandKeyboardCustomization <wne:acd>

  • WllMacroKeyboardCustomization <wne:wll>

  • CharacterInsertion <wne:wch>

Threadsicherheit

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

Siehe auch

Referenz

KeyMapEntry-Member

DocumentFormat.OpenXml.Office.Word-Namespace