Método System::Xml::XmlValidatingReader::get_CanReadBinaryContent

XmlValidatingReader::get_CanReadBinaryContent method

Devuelve un valor que indica si el XmlValidatingReader implementa los métodos de lectura de contenido binario.

bool System::Xml::XmlValidatingReader::get_CanReadBinaryContent() override

ReturnValue

true if the binary content read methods are implemented; otherwise false. The XmlValidatingReader class returns true.

Ver también