System::Xml::XmlTextReader::get_CanReadBinaryContent method

XmlTextReader::get_CanReadBinaryContent method

XmlTextReaderın ikili içerik okuma yöntemlerini uygulayıp uygulamadığını gösteren bir değer döndürür.

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.

Ayrıca Bakınız