get_Depth()

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

Return Value

The depth of the current node in the XML document.

See Also