CommentAuthorExtensionList Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CommentAuthorExtensionList() |
Initialisiert eine neue Instanz der CommentAuthorExtensionList-Klasse. |
CommentAuthorExtensionList(OpenXmlElement[]) |
Initialisiert eine neue Instanz der CommentAuthorExtensionList-Klasse mit den angegebenen untergeordneten Elementen. |
CommentAuthorExtensionList(IEnumerable<OpenXmlElement>) |
Initialisiert eine neue Instanz der CommentAuthorExtensionList-Klasse mit den angegebenen untergeordneten Elementen. |
CommentAuthorExtensionList(String) |
Initialisiert eine neue Instanz der CommentAuthorExtensionList-Klasse aus äußerem XML. |
CommentAuthorExtensionList()
Initialisiert eine neue Instanz der CommentAuthorExtensionList-Klasse.
public CommentAuthorExtensionList ();
Public Sub New ()
Gilt für:
CommentAuthorExtensionList(OpenXmlElement[])
Initialisiert eine neue Instanz der CommentAuthorExtensionList-Klasse mit den angegebenen untergeordneten Elementen.
public CommentAuthorExtensionList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameter
- childElements
- OpenXmlElement[]
Gibt die untergeordneten Elemente an.
Gilt für:
CommentAuthorExtensionList(IEnumerable<OpenXmlElement>)
Initialisiert eine neue Instanz der CommentAuthorExtensionList-Klasse mit den angegebenen untergeordneten Elementen.
public CommentAuthorExtensionList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameter
- childElements
- IEnumerable<OpenXmlElement>
Gibt die untergeordneten Elemente an.
Gilt für:
CommentAuthorExtensionList(String)
Initialisiert eine neue Instanz der CommentAuthorExtensionList-Klasse aus äußerem XML.
public CommentAuthorExtensionList (string outerXml);
new DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList : string -> DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList
Public Sub New (outerXml As String)
Parameter
- outerXml
- String
Gibt den äußeren XML-Code des Elements an.