Intersoft ClientUI Documentation
Depth Property (XPSParser)



Gets the depth of the current node in the XML document.
Syntax
Public Overrides ReadOnly Property Depth As Integer
Dim instance As XPSParser
Dim value As Integer
 
value = instance.Depth
public override int Depth {get;}
public:
property int Depth {
   int get() override;
}

Property Value

The depth of the current node in the XML document.
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