Intersoft ClientUI Documentation
LocalName Property



Gets the local name of the current node.
Syntax
Public Overrides ReadOnly Property LocalName As String
Dim instance As XPSParser
Dim value As String
 
value = instance.LocalName
public override string LocalName {get;}
public:
property String^ LocalName {
   String^ get() override;
}

Property Value

The name of the current node with the prefix removed. For example, LocalName is book for the element <bk:book>. For node types that do not have a name (like Text, Comment, and so on), this property returns String.Empty.
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