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