Compartilhar via


CustomShowMonikerList Construtores

Definição

Sobrecargas

CustomShowMonikerList()

Inicializa uma nova instância da classe CustomShowMonikerList.

CustomShowMonikerList(OpenXmlElement[])

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

CustomShowMonikerList(IEnumerable<OpenXmlElement>)

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

CustomShowMonikerList(String)

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

CustomShowMonikerList()

Inicializa uma nova instância da classe CustomShowMonikerList.

public CustomShowMonikerList ();
Public Sub New ()

Aplica-se a

CustomShowMonikerList(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

CustomShowMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

CustomShowMonikerList(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a