Compartilhar via


NotesTextMonikerList Construtores

Definição

Sobrecargas

NotesTextMonikerList()

Inicializa uma nova instância da classe NotesTextMonikerList.

NotesTextMonikerList(OpenXmlElement[])

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

NotesTextMonikerList(IEnumerable<OpenXmlElement>)

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

NotesTextMonikerList(String)

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

NotesTextMonikerList()

Inicializa uma nova instância da classe NotesTextMonikerList.

public NotesTextMonikerList ();
Public Sub New ()

Aplica-se a

NotesTextMonikerList(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

NotesTextMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

NotesTextMonikerList(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a