Partager via


GeoDataPointToEntityQueryResults Constructeurs

Définition

Surcharges

GeoDataPointToEntityQueryResults()

Initialise une nouvelle instance de la classe GeoDataPointToEntityQueryResults.

GeoDataPointToEntityQueryResults(OpenXmlElement[])

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

GeoDataPointToEntityQueryResults(IEnumerable<OpenXmlElement>)

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

GeoDataPointToEntityQueryResults(String)

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

GeoDataPointToEntityQueryResults()

Initialise une nouvelle instance de la classe GeoDataPointToEntityQueryResults.

public GeoDataPointToEntityQueryResults ();
Public Sub New ()

S’applique à

GeoDataPointToEntityQueryResults(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

GeoDataPointToEntityQueryResults(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

GeoDataPointToEntityQueryResults(String)

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

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

Paramètres

outerXml
String

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

S’applique à