Compartir a través de


ThreadedComment Constructores

Definición

Sobrecargas

ThreadedComment()

Inicializa una nueva instancia de la clase ThreadedComment.

ThreadedComment(OpenXmlElement[])

Inicializa una nueva instancia de la clase ThreadedComment con los elementos secundarios especificados.

ThreadedComment(IEnumerable<OpenXmlElement>)

Inicializa una nueva instancia de la clase ThreadedComment con los elementos secundarios especificados.

ThreadedComment(String)

Inicializa una nueva instancia de la clase ThreadedComment a partir de XML externo.

ThreadedComment()

Inicializa una nueva instancia de la clase ThreadedComment.

public ThreadedComment ();
Public Sub New ()

Se aplica a

ThreadedComment(OpenXmlElement[])

Inicializa una nueva instancia de la clase ThreadedComment con los elementos secundarios 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 los elementos secundarios.

Se aplica a

ThreadedComment(IEnumerable<OpenXmlElement>)

Inicializa una nueva instancia de la clase ThreadedComment con los elementos secundarios 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 los elementos secundarios.

Se aplica a

ThreadedComment(String)

Inicializa una nueva instancia de la clase ThreadedComment a partir de 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 el XML externo del elemento.

Se aplica a