System::Xml::XmlValidatingReader::get_CanReadBinaryContent metodo

XmlValidatingReader::get_CanReadBinaryContent method

Restituisce un valore che indica se il XmlValidatingReader implementa i metodi di lettura del contenuto 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.

Vedi anche