共用方式為


SlideMonikerList Constructors

Definition

Overloads

SlideMonikerList()

Initializes a new instance of the SlideMonikerList class.

SlideMonikerList(OpenXmlElement[])

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

SlideMonikerList(IEnumerable<OpenXmlElement>)

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

SlideMonikerList(String)

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

SlideMonikerList()

Initializes a new instance of the SlideMonikerList class.

public SlideMonikerList ();
Public Sub New ()

Applies to

SlideMonikerList(OpenXmlElement[])

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

public SlideMonikerList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SlideMonikerList(IEnumerable<OpenXmlElement>)

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

public SlideMonikerList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SlideMonikerList(String)

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

public SlideMonikerList (string outerXml);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList : string -> DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to