XmlValidatingReader.CanResolveEntity Propriedade

Definição

Obtém um valor que indica se este leitor pode analisar e resolver entidades.Gets a value indicating whether this reader can parse and resolve entities.

public:
 virtual property bool CanResolveEntity { bool get(); };
public override bool CanResolveEntity { get; }
member this.CanResolveEntity : bool
Public Overrides ReadOnly Property CanResolveEntity As Boolean

Valor da propriedade

Boolean

true Se o leitor puder analisar e resolver entidades; caso contrário, false .true if the reader can parse and resolve entities; otherwise, false. XmlValidatingReader sempre retorna true.XmlValidatingReader always returns true.

Comentários

Observação

A XmlValidatingReader classe está obsoleta no .NET Framework 2,0.The XmlValidatingReader class is obsolete in .NET Framework 2.0. Você pode criar uma instância de validação XmlReader usando a XmlReaderSettings classe e o Create método.You can create a validating XmlReader instance by using the XmlReaderSettings class and the Create method. Para obter mais informações, consulte a seção de Comentários da página de referência XmlReader.For more information, see the Remarks section of the XmlReader reference page.

Aplica-se a

Confira também