Compartilhar via


CommentList Construtores

Definição

Sobrecargas

CommentList()

Inicializa uma nova instância da classe CommentList.

CommentList(OpenXmlElement[])

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

CommentList(IEnumerable<OpenXmlElement>)

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

CommentList(String)

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

CommentList()

Inicializa uma nova instância da classe CommentList.

public CommentList ();
Public Sub New ()

Aplica-se a

CommentList(OpenXmlElement[])

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

public CommentList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

CommentList(IEnumerable<OpenXmlElement>)

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

public CommentList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

CommentList(String)

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

public CommentList (string outerXml);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList : string -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a