Modifier

XmlSerializationReader.GetXsiType Method

Definition

Gets the value of the xsi:type attribute for the XML element at the current location of the XmlReader.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 System::Xml::XmlQualifiedName ^ GetXsiType();
protected System.Xml.XmlQualifiedName? GetXsiType ();
protected System.Xml.XmlQualifiedName GetXsiType ();
member this.GetXsiType : unit -> System.Xml.XmlQualifiedName
Protected Function GetXsiType () As XmlQualifiedName

Returns

An XML qualified name that indicates the data type of an XML element.

Remarks

The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

The type attribute from the instance of the XML Schema namespace explicitly specifies the data type of an XML element.

Applies to