XmlSerializationReader.ReadNullableQualifiedName Método

Definição

Instrui o XmlReader a ler o nome totalmente qualificado do elemento em sua posição atual.Instructs the XmlReader to read the fully qualified name of the element where it is currently positioned.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Retornos

XmlQualifiedName

Um XmlQualifiedName que representa o nome totalmente qualificado do elemento XML atual; caso contrário, null se um valor de atributo nul="true" existir.A XmlQualifiedName that represents the fully qualified name of the current XML element; otherwise, null if a null="true" attribute value is present.

Comentários

Os membros protegidos do XmlSerializationReader são destinados para uso somente por classes derivadas que são usadas internamente dentro da infraestrutura de serialização de .NET Framework XML.The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

Aplica-se a