ExtensionListWithModification Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExtensionListWithModification() |
Initializes a new instance of the ExtensionListWithModification class. |
ExtensionListWithModification(OpenXmlElement[]) |
Initializes a new instance of the ExtensionListWithModification class with the specified child elements. |
ExtensionListWithModification(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the ExtensionListWithModification class with the specified child elements. |
ExtensionListWithModification(String) |
Initializes a new instance of the ExtensionListWithModification class from outer XML. |
ExtensionListWithModification()
Initializes a new instance of the ExtensionListWithModification class.
public ExtensionListWithModification ();
Public Sub New ()
Applies to
ExtensionListWithModification(OpenXmlElement[])
Initializes a new instance of the ExtensionListWithModification class with the specified child elements.
public ExtensionListWithModification (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.ExtensionListWithModification : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
ExtensionListWithModification(IEnumerable<OpenXmlElement>)
Initializes a new instance of the ExtensionListWithModification class with the specified child elements.
public ExtensionListWithModification (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.ExtensionListWithModification : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
ExtensionListWithModification(String)
Initializes a new instance of the ExtensionListWithModification class from outer XML.
public ExtensionListWithModification (string outerXml);
new DocumentFormat.OpenXml.Presentation.ExtensionListWithModification : string -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.