System::Xml::XPath::XPathNavigator::MoveToNamespace metodo

XPathNavigator::MoveToNamespace method

Sposta lo XPathNavigator al nodo di spazio dei nomi con il prefisso di spazio dei nomi specificato.

virtual bool System::Xml::XPath::XPathNavigator::MoveToNamespace(String name)
ParametroTipoDescrizione
nameStringIl prefisso di spazio dei nomi del nodo di spazio dei nomi.

ReturnValue

true if the XPathNavigator is successful moving to the specified namespace; false if a matching namespace node was not found, or if the XPathNavigator is not positioned on an element node. If false, the position of the XPathNavigator is unchanged.

Vedi anche