共用方式為


DesignerTagList Constructors

Definition

Overloads

DesignerTagList()

Initializes a new instance of the DesignerTagList class.

DesignerTagList(OpenXmlElement[])

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

DesignerTagList(IEnumerable<OpenXmlElement>)

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

DesignerTagList(String)

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

DesignerTagList()

Initializes a new instance of the DesignerTagList class.

public DesignerTagList ();
Public Sub New ()

Applies to

DesignerTagList(OpenXmlElement[])

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

public DesignerTagList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DesignerTagList(IEnumerable<OpenXmlElement>)

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

public DesignerTagList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DesignerTagList(String)

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

public DesignerTagList (string outerXml);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList : string -> DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to