GeoDataEntityQueryResults Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GeoDataEntityQueryResults() |
Initializes a new instance of the GeoDataEntityQueryResults class. |
GeoDataEntityQueryResults(OpenXmlElement[]) |
Initializes a new instance of the GeoDataEntityQueryResults class with the specified child elements. |
GeoDataEntityQueryResults(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the GeoDataEntityQueryResults class with the specified child elements. |
GeoDataEntityQueryResults(String) |
Initializes a new instance of the GeoDataEntityQueryResults class from outer XML. |
GeoDataEntityQueryResults()
Initializes a new instance of the GeoDataEntityQueryResults class.
public GeoDataEntityQueryResults ();
Public Sub New ()
Applies to
GeoDataEntityQueryResults(OpenXmlElement[])
Initializes a new instance of the GeoDataEntityQueryResults class with the specified child elements.
public GeoDataEntityQueryResults (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQueryResults : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQueryResults
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
GeoDataEntityQueryResults(IEnumerable<OpenXmlElement>)
Initializes a new instance of the GeoDataEntityQueryResults class with the specified child elements.
public GeoDataEntityQueryResults (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQueryResults : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQueryResults
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
GeoDataEntityQueryResults(String)
Initializes a new instance of the GeoDataEntityQueryResults class from outer XML.
public GeoDataEntityQueryResults (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQueryResults : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQueryResults
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.