OpenXmlElement 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
OpenXmlElement() |
Initializes a new instance of the OpenXmlElement class. |
OpenXmlElement(String) |
Initializes a new instance of the OpenXmlElement class using the supplied outer XML of the element. |
OpenXmlElement()
Initializes a new instance of the OpenXmlElement class.
protected OpenXmlElement ();
Protected Sub New ()
Applies to
OpenXmlElement(String)
Initializes a new instance of the OpenXmlElement class using the supplied outer XML of the element.
protected OpenXmlElement (string outerXml);
new DocumentFormat.OpenXml.OpenXmlElement : string -> DocumentFormat.OpenXml.OpenXmlElement
Protected Sub New (outerXml As String)
Parameters
- outerXml
- String
The outer XML of the element.