OpenXmlMiscNode 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
OpenXmlMiscNode(XmlNodeType) |
Initializes a new instance of the OpenXmlMiscNode class using the supplied XmlNodeType value. |
OpenXmlMiscNode(XmlNodeType, String) |
Initializes a new instance of the OpenXmlMiscNode class using the supplied XmlNodeType and outer XML values. |
OpenXmlMiscNode(XmlNodeType)
Initializes a new instance of the OpenXmlMiscNode class using the supplied XmlNodeType value.
public OpenXmlMiscNode (System.Xml.XmlNodeType nodeType);
new DocumentFormat.OpenXml.OpenXmlMiscNode : System.Xml.XmlNodeType -> DocumentFormat.OpenXml.OpenXmlMiscNode
Public Sub New (nodeType As XmlNodeType)
Parameters
- nodeType
- XmlNodeType
The XmlNodeType value.
Applies to
OpenXmlMiscNode(XmlNodeType, String)
Initializes a new instance of the OpenXmlMiscNode class using the supplied XmlNodeType and outer XML values.
public OpenXmlMiscNode (System.Xml.XmlNodeType nodeType, string outerXml);
new DocumentFormat.OpenXml.OpenXmlMiscNode : System.Xml.XmlNodeType * string -> DocumentFormat.OpenXml.OpenXmlMiscNode
Public Sub New (nodeType As XmlNodeType, outerXml As String)
Parameters
- nodeType
- XmlNodeType
The XmlNodeType value.
- outerXml
- String
The outer XML of the element.