CustomXmlPartMonikerList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.