AllocatedCommandManifest 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
| AllocatedCommandManifest() | Initializes a new instance of the AllocatedCommandManifest class. | 
| AllocatedCommandManifest(OpenXmlElement[]) | Initializes a new instance of the AllocatedCommandManifest class with the specified child elements. | 
| AllocatedCommandManifest(IEnumerable<OpenXmlElement>) | Initializes a new instance of the AllocatedCommandManifest class with the specified child elements. | 
| AllocatedCommandManifest(String) | Initializes a new instance of the AllocatedCommandManifest class from outer XML. | 
AllocatedCommandManifest()
Initializes a new instance of the AllocatedCommandManifest class.
public AllocatedCommandManifest();Public Sub New ()Applies to
AllocatedCommandManifest(OpenXmlElement[])
Initializes a new instance of the AllocatedCommandManifest class with the specified child elements.
public AllocatedCommandManifest(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
AllocatedCommandManifest(IEnumerable<OpenXmlElement>)
Initializes a new instance of the AllocatedCommandManifest class with the specified child elements.
public AllocatedCommandManifest(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
AllocatedCommandManifest(String)
Initializes a new instance of the AllocatedCommandManifest class from outer XML.
public AllocatedCommandManifest(string outerXml);new DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest : string -> DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.