DeleteRange()

XPathNavigator::DeleteRange(SharedPtr<XPathNavigator>) 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)

Arguments

ParameterTypeDescription
lastSiblingToDeleteSharedPtr<XPathNavigator>An XPathNavigator positioned on the last sibling node in the range to delete.

See Also