MainMasterMonikerList 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
MainMasterMonikerList() |
Initializes a new instance of the MainMasterMonikerList class. |
MainMasterMonikerList(OpenXmlElement[]) |
Initializes a new instance of the MainMasterMonikerList class with the specified child elements. |
MainMasterMonikerList(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the MainMasterMonikerList class with the specified child elements. |
MainMasterMonikerList(String) |
Initializes a new instance of the MainMasterMonikerList class from outer XML. |
MainMasterMonikerList()
Initializes a new instance of the MainMasterMonikerList class.
public MainMasterMonikerList ();
Public Sub New ()
Applies to
MainMasterMonikerList(OpenXmlElement[])
Initializes a new instance of the MainMasterMonikerList class with the specified child elements.
public MainMasterMonikerList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
MainMasterMonikerList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the MainMasterMonikerList class with the specified child elements.
public MainMasterMonikerList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
MainMasterMonikerList(String)
Initializes a new instance of the MainMasterMonikerList class from outer XML.
public MainMasterMonikerList (string outerXml);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList : string -> DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.