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