System::Xml::XmlReader::get_IsEmptyElement 메서드

XmlReader::get_IsEmptyElement method

파생 클래스에서 재정의될 경우, 현재 노드가 빈 요소인지 여부를 나타내는 값을 가져옵니다 (예: ).

virtual bool System::Xml::XmlReader::get_IsEmptyElement()=0

ReturnValue

true if the current node is an element (XmlReader::get_NodeType equals XmlNodeType::Element) that ends with />; otherwise, false.

또 보기