Mapping Class
Defines the Mapping Class.When the object is serialized out as xml, its qualified name is inkml:mapping.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.InkML.Mapping
Namespace: DocumentFormat.OpenXml.InkML
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<ChildElementInfoAttribute(GetType(Bind))> _
<ChildElementInfoAttribute(GetType(Table))> _
<ChildElementInfoAttribute(GetType(Matrix))> _
<ChildElementInfoAttribute(GetType(Mapping))> _
Public Class Mapping _
Inherits OpenXmlCompositeElement
用法
Dim instance As Mapping
[ChildElementInfoAttribute(typeof(Bind))]
[ChildElementInfoAttribute(typeof(Table))]
[ChildElementInfoAttribute(typeof(Matrix))]
[ChildElementInfoAttribute(typeof(Mapping))]
public class Mapping : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
Bind <inkml:bind>
Table <inkml:table>
Matrix <inkml:matrix>
Mapping <inkml:mapping>
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.