Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XPathItem::TypedValue Property

 

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

Namespace:   System.Xml.XPath
Assembly:  System.Xml (in System.Xml.dll)

public:
property Object^ TypedValue {
	virtual Object^ get() abstract;
}

Property Value

Type: System::Object^

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

If the value of the item is not valid according to its specified schema type, the value of the TypedValue property is equivalent to the value of the Value property.

For more information about type support in the System.Xml namespace, see Type Support in the System.Xml Classes.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft