Compartilhar via


WebQueryProperties Construtores

Definição

Sobrecargas

WebQueryProperties()

Inicializa uma nova instância da classe WebQueryProperties.

WebQueryProperties(OpenXmlElement[])

Inicializa uma nova instância da classe WebQueryProperties com os elementos filho especificados.

WebQueryProperties(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe WebQueryProperties com os elementos filho especificados.

WebQueryProperties(String)

Inicializa uma nova instância da classe WebQueryProperties do XML externo.

WebQueryProperties()

Inicializa uma nova instância da classe WebQueryProperties.

public WebQueryProperties ();
Public Sub New ()

Aplica-se a

WebQueryProperties(OpenXmlElement[])

Inicializa uma nova instância da classe WebQueryProperties com os elementos filho especificados.

public WebQueryProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties
Public Sub New (ParamArray childElements As OpenXmlElement())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

WebQueryProperties(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe WebQueryProperties com os elementos filho especificados.

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

WebQueryProperties(String)

Inicializa uma nova instância da classe WebQueryProperties do XML externo.

public WebQueryProperties (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties : string -> DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a