XmlDocument Constructor (XmlNameTable^)

 

Initializes a new instance of the XmlDocument class with the specified XmlNameTable.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
XmlDocument(
	XmlNameTable^ nt
)

Parameters

nt
Type: System.Xml::XmlNameTable^

The XmlNameTable to use.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Return to top
Show: