Compartilhar via


NotesMonikerList Construtores

Definição

Sobrecargas

NotesMonikerList()

Inicializa uma nova instância da classe NotesMonikerList.

NotesMonikerList(OpenXmlElement[])

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

NotesMonikerList(IEnumerable<OpenXmlElement>)

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

NotesMonikerList(String)

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

NotesMonikerList()

Inicializa uma nova instância da classe NotesMonikerList.

public NotesMonikerList ();
Public Sub New ()

Aplica-se a

NotesMonikerList(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

NotesMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

NotesMonikerList(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a