System::Xml::XmlReader::get_HasValue método

XmlReader::get_HasValue method

Cuando se sobrescribe en una clase derivada, obtiene un valor que indica si el nodo actual puede tener un valor XmlReader::get_Value.

virtual bool System::Xml::XmlReader::get_HasValue()

ReturnValue

true if the node on which the reader is currently positioned can have a Value; otherwise, false. If false, the node has a value of String::Empty.

Ver también