Compartilhar via


ThreadedComments Construtores

Definição

Sobrecargas

ThreadedComments()

Inicializa uma nova instância da classe ThreadedComments.

ThreadedComments(OpenXmlElement[])

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

ThreadedComments(IEnumerable<OpenXmlElement>)

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

ThreadedComments(String)

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

ThreadedComments()

Inicializa uma nova instância da classe ThreadedComments.

public ThreadedComments ();
Public Sub New ()

Aplica-se a

ThreadedComments(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

ThreadedComments(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

ThreadedComments(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a