Freigeben über


Interpretation-Klasse

Defines the Interpretation Class.When the object is serialized out as xml, its qualified name is emma:interpretation.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.EMMA.Interpretation

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Info))> _
<ChildElementInfoAttribute(GetType(DerivedFrom))> _
<ChildElementInfoAttribute(GetType(Lattice))> _
<ChildElementInfoAttribute(GetType(Literal))> _
<ChildElementInfoAttribute(GetType(ContextNode))> _
Public Class Interpretation _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Interpretation
[ChildElementInfoAttribute(typeof(Info))]
[ChildElementInfoAttribute(typeof(DerivedFrom))]
[ChildElementInfoAttribute(typeof(Lattice))]
[ChildElementInfoAttribute(typeof(Literal))]
[ChildElementInfoAttribute(typeof(ContextNode))]
public class Interpretation : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • DerivedFrom <emma:derived-from>

  • Info <emma:info>

  • Lattice <emma:lattice>

  • Literal <emma:literal>

  • DocumentFormat.OpenXml.Office2010.Ink.ContextNode <msink:context>

Threadsicherheit

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

Siehe auch

Referenz

Interpretation-Member

DocumentFormat.OpenXml.EMMA-Namespace