KeyMapEntry Class
Defines the KeyMapEntry Class.When the object is serialized out as xml, its qualified name is wne:keymap.
Inheritance Hierarchy
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
声明
<ChildElementInfoAttribute(GetType(MacroKeyboardCustomization))> _
<ChildElementInfoAttribute(GetType(FixedCommandKeyboardCustomization))> _
<ChildElementInfoAttribute(GetType(AllocatedCommandKeyboardCustomization))> _
<ChildElementInfoAttribute(GetType(WllMacroKeyboardCustomization))> _
<ChildElementInfoAttribute(GetType(CharacterInsertion))> _
Public Class KeyMapEntry _
Inherits OpenXmlCompositeElement
用法
Dim instance As KeyMapEntry
[ChildElementInfoAttribute(typeof(MacroKeyboardCustomization))]
[ChildElementInfoAttribute(typeof(FixedCommandKeyboardCustomization))]
[ChildElementInfoAttribute(typeof(AllocatedCommandKeyboardCustomization))]
[ChildElementInfoAttribute(typeof(WllMacroKeyboardCustomization))]
[ChildElementInfoAttribute(typeof(CharacterInsertion))]
public class KeyMapEntry : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
FixedCommandKeyboardCustomization <wne:fci>
MacroKeyboardCustomization <wne:macro>
AllocatedCommandKeyboardCustomization <wne:acd>
WllMacroKeyboardCustomization <wne:wll>
CharacterInsertion <wne:wch>
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.