Compartilhar via


CommentMonikerList Construtores

Definição

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.

Aplica-se a