GeoDataPointToEntityQueryResult 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
GeoDataPointToEntityQueryResult() |
Initializes a new instance of the GeoDataPointToEntityQueryResult class. |
GeoDataPointToEntityQueryResult(OpenXmlElement[]) |
Initializes a new instance of the GeoDataPointToEntityQueryResult class with the specified child elements. |
GeoDataPointToEntityQueryResult(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the GeoDataPointToEntityQueryResult class with the specified child elements. |
GeoDataPointToEntityQueryResult(String) |
Initializes a new instance of the GeoDataPointToEntityQueryResult class from outer XML. |
GeoDataPointToEntityQueryResult()
Initializes a new instance of the GeoDataPointToEntityQueryResult class.
public GeoDataPointToEntityQueryResult ();
Public Sub New ()
Applies to
GeoDataPointToEntityQueryResult(OpenXmlElement[])
Initializes a new instance of the GeoDataPointToEntityQueryResult class with the specified child elements.
public GeoDataPointToEntityQueryResult (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQueryResult : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQueryResult
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
GeoDataPointToEntityQueryResult(IEnumerable<OpenXmlElement>)
Initializes a new instance of the GeoDataPointToEntityQueryResult class with the specified child elements.
public GeoDataPointToEntityQueryResult (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQueryResult : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQueryResult
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
GeoDataPointToEntityQueryResult(String)
Initializes a new instance of the GeoDataPointToEntityQueryResult class from outer XML.
public GeoDataPointToEntityQueryResult (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQueryResult : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQueryResult
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.