XmlSerializationReader.ReadNullableQualifiedName Methode

Definition

Weist den XmlReader vollqualifizierten Namen des Elements an, in dem es aktuell positioniert ist, zu lesen.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Gibt zurück

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

Hinweise

Die geschützten Member von XmlSerializationReader sind nur für abgeleitete Klassen vorgesehen, die intern innerhalb der .NET Framework-XML-Serialisierungsinfrastruktur verwendet werden.

Gilt für: