Compartilhar via


AlternateContentChoice Construtores

Definição

Sobrecargas

AlternateContentChoice()

Inicializa uma nova instância da classe AlternateContentChoice.

AlternateContentChoice(OpenXmlElement[])

Inicializa uma nova instância da classe AlternateContentChoice usando os elementos OpenXmlElement fornecidos.

AlternateContentChoice(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe AlternateContentChoice usando os elementos IEnumerable fornecidos.

AlternateContentChoice(String)

Inicializa uma nova instância da classe AlternateContentChoice usando a cadeia de caracteres fornecida.

AlternateContentChoice()

Inicializa uma nova instância da classe AlternateContentChoice.

public AlternateContentChoice ();
Public Sub New ()

Aplica-se a

AlternateContentChoice(OpenXmlElement[])

Inicializa uma nova instância da classe AlternateContentChoice usando os elementos OpenXmlElement fornecidos.

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

Parâmetros

childElements
OpenXmlElement[]

Representa todos os elementos filho.

Aplica-se a

AlternateContentChoice(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe AlternateContentChoice usando os elementos IEnumerable fornecidos.

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Representa todos os elementos filho.

Aplica-se a

AlternateContentChoice(String)

Inicializa uma nova instância da classe AlternateContentChoice usando a cadeia de caracteres fornecida.

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

Parâmetros

outerXml
String

O XML externo do elemento.

Aplica-se a