Freigeben über


DocumentMonikerList Konstruktoren

Definition

Überlädt

DocumentMonikerList()

Initialisiert eine neue instance der DocumentMonikerList-Klasse.

DocumentMonikerList(OpenXmlElement[])

Initialisiert eine neue instance der DocumentMonikerList-Klasse mit den angegebenen untergeordneten Elementen.

DocumentMonikerList(IEnumerable<OpenXmlElement>)

Initialisiert eine neue instance der DocumentMonikerList-Klasse mit den angegebenen untergeordneten Elementen.

DocumentMonikerList(String)

Initialisiert eine neue instance der DocumentMonikerList-Klasse aus äußerem XML.

DocumentMonikerList()

Initialisiert eine neue instance der DocumentMonikerList-Klasse.

public DocumentMonikerList ();
Public Sub New ()

Gilt für:

DocumentMonikerList(OpenXmlElement[])

Initialisiert eine neue instance der DocumentMonikerList-Klasse mit den angegebenen untergeordneten Elementen.

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())

Parameter

childElements
OpenXmlElement[]

Gibt die untergeordneten Elemente an.

Gilt für:

DocumentMonikerList(IEnumerable<OpenXmlElement>)

Initialisiert eine neue instance der DocumentMonikerList-Klasse mit den angegebenen untergeordneten Elementen.

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))

Parameter

childElements
IEnumerable<OpenXmlElement>

Gibt die untergeordneten Elemente an.

Gilt für:

DocumentMonikerList(String)

Initialisiert eine neue instance der DocumentMonikerList-Klasse aus äußerem 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)

Parameter

outerXml
String

Gibt den äußeren XML-Code des Elements an.

Gilt für: