System::Xml::XmlValidatingReader::get_CanReadBinaryContent method

XmlValidatingReader::get_CanReadBinaryContent method

XmlValidatingReader がバイナリ コンテンツ読み取りメソッドを実装しているかどうかを示す値を返します。

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

ReturnValue

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

参照