Freigeben über


PointList-Klasse

Point List.When the object is serialized out as xml, its qualified name is dgm:ptLst.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Diagrams.PointList

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Point))> _
Public Class PointList _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As PointList
[ChildElementInfoAttribute(typeof(Point))]
public class PointList : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • Point <dgm:pt>

[ISO/IEC 29500-1 1. Ausgabe]

21.4.3.6 ptLst (Point List)

This element simply holds a list of points within the data model.

[Example: Consider the following example of a very simple point list in DiagramML:

<dgm:ptLst>
<dgm:pt modelId="0" type="doc"/>
<dgm:pt modelId="1"/>
<dgm:pt modelId="2"/>
<dgm:pt modelId="3"/>
<dgm:pt modelId="4"/>
<dgm:pt modelId="5"/>
<dgm:pt modelId="6"/>
</dgm:ptLst>

In this example we define a single document type point and five node type points. end example]

Parent Elements

dataModel (§21.4.2.10)

Child Elements

Subclause

pt (Point)

§21.4.3.5

[Note: The W3C XML Schema definition of this element's content model (CT_PtList) is located in §A.5.3. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

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

Siehe auch

Referenz

PointList-Member

DocumentFormat.OpenXml.Drawing.Diagrams-Namespace