CommentReplyList Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CommentReplyList() |
Initialise une nouvelle instance de la classe CommentReplyList. |
CommentReplyList(OpenXmlElement[]) |
Initialise une nouvelle instance de la classe CommentReplyList avec les éléments enfants spécifiés. |
CommentReplyList(IEnumerable<OpenXmlElement>) |
Initialise une nouvelle instance de la classe CommentReplyList avec les éléments enfants spécifiés. |
CommentReplyList(String) |
Initialise une nouvelle instance de la classe CommentReplyList à partir du code XML externe. |
CommentReplyList()
Initialise une nouvelle instance de la classe CommentReplyList.
public CommentReplyList ();
Public Sub New ()
S’applique à
CommentReplyList(OpenXmlElement[])
Initialise une nouvelle instance de la classe CommentReplyList avec les éléments enfants spécifiés.
public CommentReplyList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList
Public Sub New (ParamArray childElements As OpenXmlElement())
Paramètres
- childElements
- OpenXmlElement[]
Spécifie les éléments enfants.
S’applique à
CommentReplyList(IEnumerable<OpenXmlElement>)
Initialise une nouvelle instance de la classe CommentReplyList avec les éléments enfants spécifiés.
public CommentReplyList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Paramètres
- childElements
- IEnumerable<OpenXmlElement>
Spécifie les éléments enfants.
S’applique à
CommentReplyList(String)
Initialise une nouvelle instance de la classe CommentReplyList à partir du code XML externe.
public CommentReplyList (string outerXml);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList : string -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList
Public Sub New (outerXml As String)
Paramètres
- outerXml
- String
Spécifie le code XML externe de l’élément.