共用方式為


GeoDataEntityQueryResult Constructors

Definition

Overloads

GeoDataEntityQueryResult()

Initializes a new instance of the GeoDataEntityQueryResult class.

GeoDataEntityQueryResult(OpenXmlElement[])

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

GeoDataEntityQueryResult(IEnumerable<OpenXmlElement>)

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

GeoDataEntityQueryResult(String)

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

GeoDataEntityQueryResult()

Initializes a new instance of the GeoDataEntityQueryResult class.

public GeoDataEntityQueryResult ();
Public Sub New ()

Applies to

GeoDataEntityQueryResult(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GeoDataEntityQueryResult(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GeoDataEntityQueryResult(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to