System::Xml::XPath::XPathNavigator::MoveToId metodo

XPathNavigator::MoveToId method

Quando sovrascritto in una classe derivata, sposta al nodo che ha un attributo di tipo ID il cui valore corrisponde alla String specificata.

virtual bool System::Xml::XPath::XPathNavigator::MoveToId(String id)=0
ParametroTipoDescrizione
idStringUna String che rappresenta il valore ID del nodo verso cui si desidera spostarsi.

ReturnValue

true if the XPathNavigator is successful moving; otherwise, false. If false, the position of the navigator is unchanged.

Vedi anche