共用方式為


DocumentMonikerList Constructors

Definition

Overloads

DocumentMonikerList()

Initializes a new instance of the DocumentMonikerList class.

DocumentMonikerList(OpenXmlElement[])

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

DocumentMonikerList(IEnumerable<OpenXmlElement>)

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

DocumentMonikerList(String)

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

DocumentMonikerList()

Initializes a new instance of the DocumentMonikerList class.

public DocumentMonikerList ();
Public Sub New ()

Applies to

DocumentMonikerList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DocumentMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DocumentMonikerList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to