System::Xml::XPath::XPathNavigator::MoveToFirstNamespace‑metod

XPathNavigator::MoveToFirstNamespace() method

Flyttar XPathNavigator till den första namnrymdsnoden för den aktuella noden.

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.

Se även

XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method

När den åsidosätts i en avledd klass, flyttar den XPathNavigator till den första namnrymdsnoden som matchar den angivna XPathNamespaceScope.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
ParameterTypeBeskrivning
namespaceScopeXPathNamespaceScopeEtt XPathNamespaceScope-värde som beskriver namnrymdsomfånget.

ReturnValue

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

Se även