Compartilhar via


CommentV2MonikerList Construtores

Definição

Sobrecargas

CommentV2MonikerList()

Inicializa uma nova instância da classe CommentV2MonikerList.

CommentV2MonikerList(OpenXmlElement[])

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

CommentV2MonikerList(IEnumerable<OpenXmlElement>)

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

CommentV2MonikerList(String)

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

CommentV2MonikerList()

Inicializa uma nova instância da classe CommentV2MonikerList.

public CommentV2MonikerList ();
Public Sub New ()

Aplica-se a

CommentV2MonikerList(OpenXmlElement[])

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

public CommentV2MonikerList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2MonikerList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2MonikerList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

CommentV2MonikerList(IEnumerable<OpenXmlElement>)

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

public CommentV2MonikerList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2MonikerList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2MonikerList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

CommentV2MonikerList(String)

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

public CommentV2MonikerList (string outerXml);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2MonikerList : string -> DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2MonikerList
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a