CommentAuthorList 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
| CommentAuthorList() | Initializes a new instance of the CommentAuthorList class. | 
| CommentAuthorList(OpenXmlElement[]) | Initializes a new instance of the CommentAuthorList class with the specified child elements. | 
| CommentAuthorList(IEnumerable<OpenXmlElement>) | Initializes a new instance of the CommentAuthorList class with the specified child elements. | 
| CommentAuthorList(String) | Initializes a new instance of the CommentAuthorList class from outer XML. | 
CommentAuthorList()
Initializes a new instance of the CommentAuthorList class.
public CommentAuthorList();Public Sub New ()Applies to
CommentAuthorList(OpenXmlElement[])
Initializes a new instance of the CommentAuthorList class with the specified child elements.
public CommentAuthorList(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Presentation.CommentAuthorList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.CommentAuthorListPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
CommentAuthorList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the CommentAuthorList class with the specified child elements.
public CommentAuthorList(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Presentation.CommentAuthorList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.CommentAuthorListPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
CommentAuthorList(String)
Initializes a new instance of the CommentAuthorList class from outer XML.
public CommentAuthorList(string outerXml);new DocumentFormat.OpenXml.Presentation.CommentAuthorList : string -> DocumentFormat.OpenXml.Presentation.CommentAuthorListPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.