System::Xml::XmlNodeReader::get_CanReadBinaryContent metodu

XmlNodeReader::get_CanReadBinaryContent method

Bir değer döndürür; bu değer, XmlNodeReader sınıfının ikili içerik okuma yöntemlerini uygulayıp uygulamadığını gösterir.

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.

Ayrıca Bakınız