Compartilhar via


ThreadedComment Construtores

Definição

Sobrecargas

ThreadedComment()

Inicializa uma nova instância da classe ThreadedComment.

ThreadedComment(OpenXmlElement[])

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

ThreadedComment(IEnumerable<OpenXmlElement>)

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

ThreadedComment(String)

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

ThreadedComment()

Inicializa uma nova instância da classe ThreadedComment.

public ThreadedComment ();
Public Sub New ()

Aplica-se a

ThreadedComment(OpenXmlElement[])

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

public ThreadedComment (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment
Public Sub New (ParamArray childElements As OpenXmlElement())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

ThreadedComment(IEnumerable<OpenXmlElement>)

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

public ThreadedComment (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

ThreadedComment(String)

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

public ThreadedComment (string outerXml);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment : string -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a