System::Xml::XPath::XPathNavigator::MoveToFirstNamespace method

XPathNavigator::MoveToFirstNamespace() method

Mueve el XPathNavigator al primer nodo de espacio de nombres del nodo actual.

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.

Ver también

XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method

Cuando se sobrescribe en una clase derivada, mueve el XPathNavigator al primer nodo de espacio de nombres que coincida con el XPathNamespaceScope especificado.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
ParámetroTipoDescripción
namespaceScopeXPathNamespaceScopeUn valor XPathNamespaceScope que describe el alcance del espacio de nombres.

ReturnValue

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

Ver también