Compartilhar via


SdtContentDropDownList Construtores

Definição

Sobrecargas

SdtContentDropDownList()

Inicializa uma nova instância da classe SdtContentDropDownList.

SdtContentDropDownList(OpenXmlElement[])

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

SdtContentDropDownList(IEnumerable<OpenXmlElement>)

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

SdtContentDropDownList(String)

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

SdtContentDropDownList()

Inicializa uma nova instância da classe SdtContentDropDownList.

public SdtContentDropDownList ();
Public Sub New ()

Aplica-se a

SdtContentDropDownList(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

SdtContentDropDownList(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

SdtContentDropDownList(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a