Compartilhar via


DocumentMonikerList Construtores

Definição

Sobrecargas

DocumentMonikerList()

Inicializa uma nova instância da classe DocumentMonikerList.

DocumentMonikerList(OpenXmlElement[])

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

DocumentMonikerList(IEnumerable<OpenXmlElement>)

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

DocumentMonikerList(String)

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

DocumentMonikerList()

Inicializa uma nova instância da classe DocumentMonikerList.

public DocumentMonikerList ();
Public Sub New ()

Aplica-se a

DocumentMonikerList(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

DocumentMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

DocumentMonikerList(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a