get_OuterXml()

XPathNavigator::get_OuterXml() method

Returns the markup representing the opening and closing tags of the current node and its child nodes.

virtual String System::Xml::XPath::XPathNavigator::get_OuterXml()

Return Value

A String that contains the markup representing the opening and closing tags of the current node and its child nodes.

See Also