CommentAuthorExtension Constructors  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| CommentAuthorExtension() | Initializes a new instance of the CommentAuthorExtension class. | 
| CommentAuthorExtension(OpenXmlElement[]) | Initializes a new instance of the CommentAuthorExtension class with the specified child elements. | 
| CommentAuthorExtension(IEnumerable<OpenXmlElement>) | Initializes a new instance of the CommentAuthorExtension class with the specified child elements. | 
| CommentAuthorExtension(String) | Initializes a new instance of the CommentAuthorExtension class from outer XML. | 
CommentAuthorExtension()
Initializes a new instance of the CommentAuthorExtension class.
public CommentAuthorExtension();Public Sub New ()Applies to
CommentAuthorExtension(OpenXmlElement[])
Initializes a new instance of the CommentAuthorExtension class with the specified child elements.
public CommentAuthorExtension(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Presentation.CommentAuthorExtension : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
CommentAuthorExtension(IEnumerable<OpenXmlElement>)
Initializes a new instance of the CommentAuthorExtension class with the specified child elements.
public CommentAuthorExtension(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Presentation.CommentAuthorExtension : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
CommentAuthorExtension(String)
Initializes a new instance of the CommentAuthorExtension class from outer XML.
public CommentAuthorExtension(string outerXml);new DocumentFormat.OpenXml.Presentation.CommentAuthorExtension : string -> DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.