CommentMonikerList 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
CommentMonikerList() |
Inicializa uma nova instância da classe CommentMonikerList. |
CommentMonikerList(OpenXmlElement[]) |
Inicializa uma nova instância da classe CommentMonikerList com os elementos filho especificados. |
CommentMonikerList(IEnumerable<OpenXmlElement>) |
Inicializa uma nova instância da classe CommentMonikerList com os elementos filho especificados. |
CommentMonikerList(String) |
Inicializa uma nova instância da classe CommentMonikerList do XML externo. |
CommentMonikerList()
Inicializa uma nova instância da classe CommentMonikerList.
public CommentMonikerList ();
Public Sub New ()
Aplica-se a
CommentMonikerList(OpenXmlElement[])
Inicializa uma nova instância da classe CommentMonikerList com os elementos filho especificados.
public CommentMonikerList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList
Public Sub New (ParamArray childElements As OpenXmlElement())
Parâmetros
- childElements
- OpenXmlElement[]
Especifica os elementos filho.
Aplica-se a
CommentMonikerList(IEnumerable<OpenXmlElement>)
Inicializa uma nova instância da classe CommentMonikerList com os elementos filho especificados.
public CommentMonikerList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parâmetros
- childElements
- IEnumerable<OpenXmlElement>
Especifica os elementos filho.
Aplica-se a
CommentMonikerList(String)
Inicializa uma nova instância da classe CommentMonikerList do XML externo.
public CommentMonikerList (string outerXml);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList : string -> DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList
Public Sub New (outerXml As String)
Parâmetros
- outerXml
- String
Especifica o XML externo do elemento.