Compartilhar via


DeMkLstDrawingElementMonikerList Construtores

Definição

Sobrecargas

DeMkLstDrawingElementMonikerList()

Inicializa uma nova instância da classe DeMkLstDrawingElementMonikerList.

DeMkLstDrawingElementMonikerList(OpenXmlElement[])

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

DeMkLstDrawingElementMonikerList(IEnumerable<OpenXmlElement>)

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

DeMkLstDrawingElementMonikerList(String)

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

DeMkLstDrawingElementMonikerList()

Inicializa uma nova instância da classe DeMkLstDrawingElementMonikerList.

public DeMkLstDrawingElementMonikerList ();
Public Sub New ()

Aplica-se a

DeMkLstDrawingElementMonikerList(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

DeMkLstDrawingElementMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

DeMkLstDrawingElementMonikerList(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a