Freigeben über


Mapping-Klasse

Defines the Mapping Class.When the object is serialized out as xml, its qualified name is inkml:mapping.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.InkML.Mapping

Namespace:  DocumentFormat.OpenXml.InkML
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Bind))> _
<ChildElementInfoAttribute(GetType(Table))> _
<ChildElementInfoAttribute(GetType(Matrix))> _
<ChildElementInfoAttribute(GetType(Mapping))> _
Public Class Mapping _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Mapping
[ChildElementInfoAttribute(typeof(Bind))]
[ChildElementInfoAttribute(typeof(Table))]
[ChildElementInfoAttribute(typeof(Matrix))]
[ChildElementInfoAttribute(typeof(Mapping))]
public class Mapping : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • Bind <inkml:bind>

  • Table <inkml:table>

  • Matrix <inkml:matrix>

  • Mapping <inkml:mapping>

Threadsicherheit

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

Siehe auch

Referenz

Mapping-Member

DocumentFormat.OpenXml.InkML-Namespace