set_OuterXml()

XPathNavigator::set_OuterXml(String) method

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

virtual void System::Xml::XPath::XPathNavigator::set_OuterXml(String value)

Arguments

ParameterTypeDescription
valueStringThe value to set.

See Also