OpenXmlMiscNode Constructor (XmlNodeType, String)
OpenXmlMiscNode constuctor
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
nodeType As XmlNodeType, _
outerXml As String _
)
'Usage
Dim nodeType As XmlNodeType
Dim outerXml As String
Dim instance As New OpenXmlMiscNode(nodeType, _
outerXml)
public OpenXmlMiscNode(
XmlNodeType nodeType,
string outerXml
)
Parameters
- nodeType
Type: System.Xml.XmlNodeType
The XmlNodeType.
- outerXml
Type: System.String
The outer XML of the element.