Share via


OpenXmlMiscNode Constructors

Definition

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.

Applies to