System::Xml::XmlTextReader::get_CanReadBinaryContent 方法

XmlTextReader::get_CanReadBinaryContent method

返回一个值,指示 XmlTextReader 是否实现了二进制内容读取方法。

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

ReturnValue

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

另见