System::Xml::XmlValidatingReader::get_HasValue メソッド

XmlValidatingReader::get_HasValue method

現在のノードが String::Empty 以外の XmlValidatingReader::get_Value を持つことができるかどうかを示す値を返します。

bool System::Xml::XmlValidatingReader::get_HasValue() override

ReturnValue

true if the node on which the reader is currently positioned can have a Value; otherwise, false.

参照