System::Xml::XPath::XPathItem::get_IsNode metodo

XPathItem::get_IsNode method

Quando sovrascritto in una classe derivata, ottiene un valore che indica se l’elemento rappresenta un nodo XPath o un valore atomico.

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.

Vedi anche