Compartilhar via


CommentAuthorList Construtores

Definição

Sobrecargas

CommentAuthorList()

Inicializa uma nova instância da classe CommentAuthorList.

CommentAuthorList(OpenXmlElement[])

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

CommentAuthorList(IEnumerable<OpenXmlElement>)

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

CommentAuthorList(String)

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

CommentAuthorList()

Inicializa uma nova instância da classe CommentAuthorList.

public CommentAuthorList ();
Public Sub New ()

Aplica-se a

CommentAuthorList(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

CommentAuthorList(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

CommentAuthorList(String)

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

public CommentAuthorList (string outerXml);
new DocumentFormat.OpenXml.Presentation.CommentAuthorList : string -> DocumentFormat.OpenXml.Presentation.CommentAuthorList
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a