System::Xml::XPath::XPathNavigator::MoveToId método

XPathNavigator::MoveToId method

Cuando se sobrescribe en una clase derivada, se mueve al nodo que tiene un atributo de tipo ID cuyo valor coincide con la String especificada.

virtual bool System::Xml::XPath::XPathNavigator::MoveToId(String id)=0
ParámetroTipoDescripción
idStringUna String que representa el valor ID del nodo al que desea moverse.

ReturnValue

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

Ver también