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.

参照