XmlSerializationReader.ReadElementQualifiedName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.