Gets the depth of the current node in the XML element stack.
[Visual Basic] Overridable Public ReadOnly Property Depth As Integer [C#] public int Depth {override get;} [C++] public: __property virtual int get_Depth(); [JScript] public function get Depth() : int;
The depth of the current node in the XML element stack.
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace