System::Xml::XmlReader::get_HasValue 메서드

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.

또 보기