Metodo System::Xml::XmlValidatingReader::get_CanReadBinaryContent

XmlValidatingReader::get_CanReadBinaryContent method

Restituisce un valore che indica se 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