System::Xml::XPath::XPathNavigator::DeleteRange method

XPathNavigator::DeleteRange method

Deletes a range of sibling nodes from the current node to the node specified.

virtual void System::Xml::XPath::XPathNavigator::DeleteRange(SharedPtr<XPathNavigator> lastSiblingToDelete)
ParameterTypeDescription
lastSiblingToDeleteSharedPtr<XPathNavigator>An XPathNavigator positioned on the last sibling node in the range to delete.

See Also