System::Xml::XmlNodeReader::get_CanReadBinaryContent method

XmlNodeReader::get_CanReadBinaryContent method

Retourneert een waarde die aangeeft of de XmlNodeReader de binaire inhoudsleesmethoden implementeert.

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.

Zie ook