Aracılığıyla paylaş


GeoChildEntitiesQuery Constructors

Definition

Overloads

GeoChildEntitiesQuery()

Initializes a new instance of the GeoChildEntitiesQuery class.

GeoChildEntitiesQuery(OpenXmlElement[])

Initializes a new instance of the GeoChildEntitiesQuery class with the specified child elements.

GeoChildEntitiesQuery(IEnumerable<OpenXmlElement>)

Initializes a new instance of the GeoChildEntitiesQuery class with the specified child elements.

GeoChildEntitiesQuery(String)

Initializes a new instance of the GeoChildEntitiesQuery class from outer XML.

GeoChildEntitiesQuery()

Initializes a new instance of the GeoChildEntitiesQuery class.

public GeoChildEntitiesQuery ();
Public Sub New ()

Applies to

GeoChildEntitiesQuery(OpenXmlElement[])

Initializes a new instance of the GeoChildEntitiesQuery class with the specified child elements.

public GeoChildEntitiesQuery (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQuery : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQuery
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GeoChildEntitiesQuery(IEnumerable<OpenXmlElement>)

Initializes a new instance of the GeoChildEntitiesQuery class with the specified child elements.

public GeoChildEntitiesQuery (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQuery : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQuery
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GeoChildEntitiesQuery(String)

Initializes a new instance of the GeoChildEntitiesQuery class from outer XML.

public GeoChildEntitiesQuery (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQuery : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQuery
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to