Compartilhar via


DocumentContextMonikerList Construtores

Definição

Sobrecargas

DocumentContextMonikerList()

Inicializa uma nova instância da classe DocumentContextMonikerList.

DocumentContextMonikerList(OpenXmlElement[])

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

DocumentContextMonikerList(IEnumerable<OpenXmlElement>)

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

DocumentContextMonikerList(String)

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

DocumentContextMonikerList()

Inicializa uma nova instância da classe DocumentContextMonikerList.

public DocumentContextMonikerList ();
Public Sub New ()

Aplica-se a

DocumentContextMonikerList(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

DocumentContextMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

DocumentContextMonikerList(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a