Metodo System::Xml::XPath::XPathNavigator::MoveToFirstNamespace

XPathNavigator::MoveToFirstNamespace() method

Sposta il XPathNavigator al primo nodo di spazio dei nomi del nodo corrente.

bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace()

ReturnValue

true if the XPathNavigator is successful moving to the first namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

Vedi anche

XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method

Quando sovrascritto in una classe derivata, sposta il XPathNavigator al primo nodo di spazio dei nomi che corrisponde al XPathNamespaceScope specificato.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
ParametroTipoDescrizione
namespaceScopeXPathNamespaceScopeUn valore XPathNamespaceScope che descrive l’ambito del namespace.

ReturnValue

true if the XPathNavigator is successful moving to the first namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

Vedi anche