System::Xml::XPath::XPathNavigator::MoveToFirstNamespace-methode

XPathNavigator::MoveToFirstNamespace() method

Verplaatst de XPathNavigator naar de eerste namespace-node van het huidige knooppunt.

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.

Zie ook

XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method

Wanneer overschreven in een afgeleide klasse, verplaatst het de XPathNavigator naar de eerste namespace-node die overeenkomt met de opgegeven XPathNamespaceScope.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
ParameterTypeBeschrijving
namespaceScopeXPathNamespaceScopeEen XPathNamespaceScope-waarde die de namespace-scope beschrijft.

ReturnValue

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

Zie ook