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