SetTypedValue()

XPathNavigator::SetTypedValue(SharedPtr<Object>) method

Sets the typed value of the current node.

virtual void System::Xml::XPath::XPathNavigator::SetTypedValue(SharedPtr<Object> typedValue)

Arguments

ParameterTypeDescription
typedValueSharedPtr<Object>The new typed value of the node.

See Also