System::Xml::XmlNodeReader::get_CanReadBinaryContent method

XmlNodeReader::get_CanReadBinaryContent method

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

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.

参照