AllocatedCommands Constructors 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.AllocatedCommandsPublic 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.AllocatedCommandsPublic 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.AllocatedCommandsPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.