System::Xml::XPath::XPathNavigator::MoveToFirstNamespace metodo

XPathNavigator::MoveToFirstNamespace() method

Sposta il XPathNavigator al primo nodo di namespace 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 namespace che corrisponde allo XPathNamespaceScope specificato.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
ParametroTipoDescrizione
namespaceScopeXPathNamespaceScopeUn valore XPathNamespaceScope che descrive lo scope 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