Compartilhar via


AllocatedCommandManifest Construtores

Definição

Sobrecargas

AllocatedCommandManifest()

Inicializa uma nova instância da classe AllocatedCommandManifest.

AllocatedCommandManifest(OpenXmlElement[])

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

AllocatedCommandManifest(IEnumerable<OpenXmlElement>)

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

AllocatedCommandManifest(String)

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

AllocatedCommandManifest()

Inicializa uma nova instância da classe AllocatedCommandManifest.

public AllocatedCommandManifest ();
Public Sub New ()

Aplica-se a

AllocatedCommandManifest(OpenXmlElement[])

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

public AllocatedCommandManifest (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest
Public Sub New (ParamArray childElements As OpenXmlElement())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

AllocatedCommandManifest(IEnumerable<OpenXmlElement>)

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

public AllocatedCommandManifest (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

AllocatedCommandManifest(String)

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

public AllocatedCommandManifest (string outerXml);
new DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest : string -> DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a