XmlSerializationReader.ReadNullableQualifiedName Método
Definição
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
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.