Click or drag to resize
XmlSerializationReaderGetXsiType Method
Gets the value of the xsi:type attribute for the XML element at the current location of the System.Xml.XmlReader.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected XmlQualifiedName GetXsiType()

Return Value

Type: XmlQualifiedName
An XML qualified name that indicates the data type of an XML element.
See Also