Aracılığıyla paylaş


CustomXmlPartMonikerList Constructors

Definition

Overloads

CustomXmlPartMonikerList()

Initializes a new instance of the CustomXmlPartMonikerList class.

CustomXmlPartMonikerList(OpenXmlElement[])

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

CustomXmlPartMonikerList(IEnumerable<OpenXmlElement>)

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

CustomXmlPartMonikerList(String)

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

CustomXmlPartMonikerList()

Initializes a new instance of the CustomXmlPartMonikerList class.

public CustomXmlPartMonikerList ();
Public Sub New ()

Applies to

CustomXmlPartMonikerList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CustomXmlPartMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CustomXmlPartMonikerList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to