Partager via


ThreadedComment Constructeurs

Définition

Surcharges

ThreadedComment()

Initialise une nouvelle instance de la classe ThreadedComment.

ThreadedComment(OpenXmlElement[])

Initialise une nouvelle instance de la classe ThreadedComment avec les éléments enfants spécifiés.

ThreadedComment(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe ThreadedComment avec les éléments enfants spécifiés.

ThreadedComment(String)

Initialise une nouvelle instance de la classe ThreadedComment à partir du code XML externe.

ThreadedComment()

Initialise une nouvelle instance de la classe ThreadedComment.

public ThreadedComment ();
Public Sub New ()

S’applique à

ThreadedComment(OpenXmlElement[])

Initialise une nouvelle instance de la classe ThreadedComment avec les éléments enfants spécifiés.

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

ThreadedComment(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe ThreadedComment avec les éléments enfants spécifiés.

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

ThreadedComment(String)

Initialise une nouvelle instance de la classe ThreadedComment à partir du code XML externe.

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

Paramètres

outerXml
String

Spécifie le code XML externe de l’élément.

S’applique à