System::Xml::XPath::XPathItem::get_IsNode método

XPathItem::get_IsNode method

Cuando se sobrescribe en una clase derivada, obtiene un valor que indica si el elemento representa un nodo XPath o un valor atómico.

virtual bool System::Xml::XPath::XPathItem::get_IsNode()=0

ReturnValue

true if the item represents an XPath node; false if the item represents an atomic value.

Ver también