Share via


AllocatedCommands Constructors

Definition

Overloads

AllocatedCommands()

Initializes a new instance of the AllocatedCommands class.

AllocatedCommands(OpenXmlElement[])

Initializes a new instance of the AllocatedCommands class with the specified child elements.

AllocatedCommands(IEnumerable<OpenXmlElement>)

Initializes a new instance of the AllocatedCommands class with the specified child elements.

AllocatedCommands(String)

Initializes a new instance of the AllocatedCommands class from outer XML.

AllocatedCommands()

Initializes a new instance of the AllocatedCommands class.

public AllocatedCommands ();
Public Sub New ()

Applies to

AllocatedCommands(OpenXmlElement[])

Initializes a new instance of the AllocatedCommands class with the specified child elements.

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

AllocatedCommands(IEnumerable<OpenXmlElement>)

Initializes a new instance of the AllocatedCommands class with the specified child elements.

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

AllocatedCommands(String)

Initializes a new instance of the AllocatedCommands class from outer XML.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to