CommentAuthor 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
CommentAuthor() |
Initialisiert eine neue Instanz der CommentAuthor-Klasse. |
CommentAuthor(OpenXmlElement[]) |
Initialisiert eine neue Instanz der CommentAuthor-Klasse mit den angegebenen untergeordneten Elementen. |
CommentAuthor(IEnumerable<OpenXmlElement>) |
Initialisiert eine neue Instanz der CommentAuthor-Klasse mit den angegebenen untergeordneten Elementen. |
CommentAuthor(String) |
Initialisiert eine neue Instanz der CommentAuthor-Klasse aus äußerem XML. |
CommentAuthor()
Initialisiert eine neue Instanz der CommentAuthor-Klasse.
public CommentAuthor ();
Public Sub New ()
Gilt für:
CommentAuthor(OpenXmlElement[])
Initialisiert eine neue Instanz der CommentAuthor-Klasse mit den angegebenen untergeordneten Elementen.
public CommentAuthor (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.CommentAuthor : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.CommentAuthor
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameter
- childElements
- OpenXmlElement[]
Gibt die untergeordneten Elemente an.
Gilt für:
CommentAuthor(IEnumerable<OpenXmlElement>)
Initialisiert eine neue Instanz der CommentAuthor-Klasse mit den angegebenen untergeordneten Elementen.
public CommentAuthor (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.CommentAuthor : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.CommentAuthor
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameter
- childElements
- IEnumerable<OpenXmlElement>
Gibt die untergeordneten Elemente an.
Gilt für:
CommentAuthor(String)
Initialisiert eine neue Instanz der CommentAuthor-Klasse aus äußerem XML.
public CommentAuthor (string outerXml);
new DocumentFormat.OpenXml.Presentation.CommentAuthor : string -> DocumentFormat.OpenXml.Presentation.CommentAuthor
Public Sub New (outerXml As String)
Parameter
- outerXml
- String
Gibt den äußeren XML-Code des Elements an.