Bearbeiten

XmlSerializationReader.ReadNullableQualifiedName Method

Definition

Instructs the XmlReader to 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 ^ ReadNullableQualifiedName();
protected System.Xml.XmlQualifiedName? ReadNullableQualifiedName ();
protected System.Xml.XmlQualifiedName ReadNullableQualifiedName ();
member this.ReadNullableQualifiedName : unit -> System.Xml.XmlQualifiedName
Protected Function ReadNullableQualifiedName () As XmlQualifiedName

Returns

A XmlQualifiedName that represents the fully qualified name of the current XML element; otherwise, null if a null="true" attribute value is present.

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