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