共用方式為


DesignerTagMonikerList Constructors

Definition

Overloads

DesignerTagMonikerList()

Initializes a new instance of the DesignerTagMonikerList class.

DesignerTagMonikerList(OpenXmlElement[])

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

DesignerTagMonikerList(IEnumerable<OpenXmlElement>)

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

DesignerTagMonikerList(String)

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

DesignerTagMonikerList()

Initializes a new instance of the DesignerTagMonikerList class.

public DesignerTagMonikerList ();
Public Sub New ()

Applies to

DesignerTagMonikerList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DesignerTagMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DesignerTagMonikerList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to