System::Xml::XPath::XPathNavigator::SetTypedValue method

XPathNavigator::SetTypedValue method

Sets the typed value of the current node.

virtual void System::Xml::XPath::XPathNavigator::SetTypedValue(SharedPtr<Object> typedValue)
ParameterTypeDescription
typedValueSharedPtr<Object>The new typed value of the node.

See Also