Freigeben über


DataModelRoot-Klasse

Data Model. It is the root element of DiagramDataPart.When the object is serialized out as xml, its qualified name is dgm:dataModel.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.OpenXmlPartRootElement
        DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Whole))> _
<ChildElementInfoAttribute(GetType(Background))> _
<ChildElementInfoAttribute(GetType(PointList))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(ConnectionList))> _
Public Class DataModelRoot _
    Inherits OpenXmlPartRootElement
'Usage
Dim instance As DataModelRoot
[ChildElementInfoAttribute(typeof(Whole))]
[ChildElementInfoAttribute(typeof(Background))]
[ChildElementInfoAttribute(typeof(PointList))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(ConnectionList))]
public class DataModelRoot : OpenXmlPartRootElement

Hinweise

The following table lists the possible child types:

  • PointList <dgm:ptLst>

  • ConnectionList <dgm:cxnLst>

  • Background <dgm:bg>

  • Whole <dgm:whole>

  • ExtensionList <dgm:extLst>

Threadsicherheit

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

Siehe auch

Referenz

DataModelRoot-Member

DocumentFormat.OpenXml.Drawing.Diagrams-Namespace