XmlSerializationReader::ReadTypedPrimitive Method (XmlQualifiedName^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the value of the XML node at which the XmlReader is currently positioned.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- type
-
Type:
System.Xml::XmlQualifiedName^
The XmlQualifiedName that represents the simple data type for the current location of the XmlReader.
Return Value
Type: System::Object^The value of the node as a .NET Framework value type, if the value is a simple XML Schema data type.
The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: