Share via


DrawingMonikerList Constructors

Definition

Overloads

DrawingMonikerList()

Initializes a new instance of the DrawingMonikerList class.

DrawingMonikerList(OpenXmlElement[])

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

DrawingMonikerList(IEnumerable<OpenXmlElement>)

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

DrawingMonikerList(String)

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

DrawingMonikerList()

Initializes a new instance of the DrawingMonikerList class.

public DrawingMonikerList ();
Public Sub New ()

Applies to

DrawingMonikerList(OpenXmlElement[])

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

public DrawingMonikerList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DrawingMonikerList(IEnumerable<OpenXmlElement>)

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

public DrawingMonikerList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DrawingMonikerList(String)

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

public DrawingMonikerList (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to