共用方式為


NotesMonikerList Constructors

Definition

Overloads

NotesMonikerList()

Initializes a new instance of the NotesMonikerList class.

NotesMonikerList(OpenXmlElement[])

Initializes a new instance of the NotesMonikerList class with the specified child elements.

NotesMonikerList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the NotesMonikerList class with the specified child elements.

NotesMonikerList(String)

Initializes a new instance of the NotesMonikerList class from outer XML.

NotesMonikerList()

Initializes a new instance of the NotesMonikerList class.

public NotesMonikerList ();
Public Sub New ()

Applies to

NotesMonikerList(OpenXmlElement[])

Initializes a new instance of the NotesMonikerList class with the specified child elements.

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())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NotesMonikerList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the NotesMonikerList class with the specified child elements.

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))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NotesMonikerList(String)

Initializes a new instance of the NotesMonikerList class from outer XML.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to