Compartilhar via


SectionMonikerList Construtores

Definição

Sobrecargas

SectionMonikerList()

Inicializa uma nova instância da classe SectionMonikerList.

SectionMonikerList(OpenXmlElement[])

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

SectionMonikerList(IEnumerable<OpenXmlElement>)

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

SectionMonikerList(String)

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

SectionMonikerList()

Inicializa uma nova instância da classe SectionMonikerList.

public SectionMonikerList ();
Public Sub New ()

Aplica-se a

SectionMonikerList(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

SectionMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

SectionMonikerList(String)

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

public SectionMonikerList (string outerXml);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList : string -> DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a