System::Xml::XmlNodeReader::get_CanReadBinaryContent 方法

XmlNodeReader::get_CanReadBinaryContent method

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

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

ReturnValue

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

另见