System::Xml::XmlReader::get_HasValue method

XmlReader::get_HasValue method

Όταν παρακαμφθεί σε μια παράγωγη κλάση, λαμβάνει μια τιμή που υποδεικνύει εάν ο τρέχων κόμβος μπορεί να έχει μια τιμή 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.

Δείτε επίσης