System::Xml::XPath::XPathNavigator::MoveToFirstNamespace méthode

XPathNavigator::MoveToFirstNamespace() method

Déplace le XPathNavigator vers le premier nœud d’espace de noms du nœud actuel.

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.

Voir aussi

XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method

Lorsqu’elle est remplacée dans une classe dérivée, déplace le XPathNavigator vers le premier nœud d’espace de noms qui correspond à la XPathNamespaceScope spécifiée.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
ParamètreTypeDescription
namespaceScopeXPathNamespaceScopeUne valeur XPathNamespaceScope décrivant la portée d’espace de noms.

ReturnValue

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

Voir aussi