Compartilhar via


CommentReplyV2MonikerList Construtores

Definição

Sobrecargas

CommentReplyV2MonikerList()

Inicializa uma nova instância da classe CommentReplyV2MonikerList.

CommentReplyV2MonikerList(OpenXmlElement[])

Inicializa uma nova instância da classe CommentReplyV2MonikerList com os elementos filho especificados.

CommentReplyV2MonikerList(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe CommentReplyV2MonikerList com os elementos filho especificados.

CommentReplyV2MonikerList(String)

Inicializa uma nova instância da classe CommentReplyV2MonikerList do XML externo.

CommentReplyV2MonikerList()

Inicializa uma nova instância da classe CommentReplyV2MonikerList.

public CommentReplyV2MonikerList ();
Public Sub New ()

Aplica-se a

CommentReplyV2MonikerList(OpenXmlElement[])

Inicializa uma nova instância da classe CommentReplyV2MonikerList com os elementos filho especificados.

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())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

CommentReplyV2MonikerList(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe CommentReplyV2MonikerList com os elementos filho especificados.

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))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

CommentReplyV2MonikerList(String)

Inicializa uma nova instância da classe CommentReplyV2MonikerList do XML externo.

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)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a