CommentAuthorList Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.