Partager via


GeoDataPointToEntityQueryResult Constructeurs

Définition

Surcharges

GeoDataPointToEntityQueryResult()

Initialise une nouvelle instance de la classe GeoDataPointToEntityQueryResult.

GeoDataPointToEntityQueryResult(OpenXmlElement[])

Initialise une nouvelle instance de la classe GeoDataPointToEntityQueryResult avec les éléments enfants spécifiés.

GeoDataPointToEntityQueryResult(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe GeoDataPointToEntityQueryResult avec les éléments enfants spécifiés.

GeoDataPointToEntityQueryResult(String)

Initialise une nouvelle instance de la classe GeoDataPointToEntityQueryResult à partir du code XML externe.

GeoDataPointToEntityQueryResult()

Initialise une nouvelle instance de la classe GeoDataPointToEntityQueryResult.

public GeoDataPointToEntityQueryResult ();
Public Sub New ()

S’applique à

GeoDataPointToEntityQueryResult(OpenXmlElement[])

Initialise une nouvelle instance de la classe GeoDataPointToEntityQueryResult avec les éléments enfants spécifiés.

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())

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

GeoDataPointToEntityQueryResult(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe GeoDataPointToEntityQueryResult avec les éléments enfants spécifiés.

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))

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

GeoDataPointToEntityQueryResult(String)

Initialise une nouvelle instance de la classe GeoDataPointToEntityQueryResult à partir du code XML externe.

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

Paramètres

outerXml
String

Spécifie le code XML externe de l’élément.

S’applique à