XmlSerializationReader.ReadElementQualifiedName Method

Definition

Makes the XmlReader read the fully qualified name of the element where it is currently positioned.

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

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

Returns

The fully qualified name of the current 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.

Applies to