Intersoft ClientUI Documentation
NameTable Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > XPSParser Class : NameTable Property






Gets the System.Xml.XmlNameTable associated with this implementation.

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property NameTable As XmlNameTable
Visual Basic (Usage)Copy Code
Dim instance As XPSParser
Dim value As XmlNameTable
 
value = instance.NameTable
C# 
public override XmlNameTable NameTable {get;}
Delphi 
public read-only property NameTable: XmlNameTable; override; 
JScript 
public override function get NameTable : XmlNameTable
Managed Extensions for C++ 
public: __property XmlNameTable* get_NameTable() override;
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.