System::Xml::XmlReader::get_Depth method

XmlReader::get_Depth method

When overridden in a derived class, gets the depth of the current node in the XML document.

virtual int32_t System::Xml::XmlReader::get_Depth()=0

ReturnValue

The depth of the current node in the XML document.

See Also