Intersoft ClientUI Documentation
NameTable Property



Gets the System.Xml.XmlNameTable associated with this implementation.
Syntax
Public Overrides ReadOnly Property NameTable As XmlNameTable
Dim instance As XPSParser
Dim value As XmlNameTable
 
value = instance.NameTable
public override XmlNameTable NameTable {get;}
public:
property XmlNameTable^ NameTable {
   XmlNameTable^ get() override;
}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XPSParser Class
XPSParser Members

Send Feedback