System::Xml::XPath::XPathNavigator::get_CanEdit method

XPathNavigator::get_CanEdit method

Returns a value that indicates whether the XPathNavigator can edit the underlying XML data.

virtual bool System::Xml::XPath::XPathNavigator::get_CanEdit()

ReturnValue

true if the XPathNavigator can edit the underlying XML data; otherwise, false.

See Also