get_TypedValue()

XPathItem::get_TypedValue() method

When overridden in a derived class, gets the current item as a boxed object of the most appropriate type according to its schema type.

virtual SharedPtr<Object> System::Xml::XPath::XPathItem::get_TypedValue()=0

Return Value

The current item as a boxed object of the most appropriate type.

See Also