Aracılığıyla paylaş


DeMkLstDrawingElementMonikerList Constructors

Definition

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.DeMkLstDrawingElementMonikerList
Public 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.DeMkLstDrawingElementMonikerList
Public 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.DeMkLstDrawingElementMonikerList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to