共用方式為


SectionSlideIdList Constructors

Definition

Overloads

SectionSlideIdList()

Initializes a new instance of the SectionSlideIdList class.

SectionSlideIdList(OpenXmlElement[])

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

SectionSlideIdList(IEnumerable<OpenXmlElement>)

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

SectionSlideIdList(String)

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

SectionSlideIdList()

Initializes a new instance of the SectionSlideIdList class.

public SectionSlideIdList ();
Public Sub New ()

Applies to

SectionSlideIdList(OpenXmlElement[])

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

public SectionSlideIdList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SectionSlideIdList(IEnumerable<OpenXmlElement>)

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

public SectionSlideIdList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SectionSlideIdList(String)

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

public SectionSlideIdList (string outerXml);
new DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList : string -> DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to