KeymapsType Class
Defines the KeymapsType class.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office.Word.KeymapsType
DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations
DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization
Namespace: DocumentFormat.OpenXml.Office.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<ChildElementInfoAttribute(GetType(KeyMapEntry))> _
Public MustInherit Class KeymapsType _
Inherits OpenXmlCompositeElement
'使用
Dim instance As KeymapsType
[ChildElementInfoAttribute(typeof(KeyMapEntry))]
public abstract class KeymapsType : 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.