共用方式為


StringTagMonikerList Constructors

Definition

Overloads

StringTagMonikerList()

Initializes a new instance of the StringTagMonikerList class.

StringTagMonikerList(OpenXmlElement[])

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

StringTagMonikerList(IEnumerable<OpenXmlElement>)

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

StringTagMonikerList(String)

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

StringTagMonikerList()

Initializes a new instance of the StringTagMonikerList class.

public StringTagMonikerList ();
Public Sub New ()

Applies to

StringTagMonikerList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

StringTagMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

StringTagMonikerList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to