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.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax protected XmlQualifiedName GetXsiType()
Return Value
Type:
XmlQualifiedNameAn XML qualified name that indicates the data type of an XML element.
See Also