DelegatingXmlReader.NameTable PropertyDelegatingXmlReader.NameTable PropertyDelegatingXmlReader::NameTable Property

Gets the XmlNameTableXmlNameTableXmlNameTable associated with this implementation.

Syntax

Public Overrides ReadOnly Property NameTable As System.Xml.XmlNameTable
        Get
public override System.Xml.XmlNameTable NameTable { get; }
public:
virtual property System.Xml::XmlNameTable^ NameTable {
    System.Xml::XmlNameTable^ get();
}
 

Property Value

Type: System.Xml.XmlNameTableSystem.Xml.XmlNameTableSystem.Xml::XmlNameTable^

The XmlNameTableXmlNameTableXmlNameTable enabling you to get the atomized version of a string within the node.