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