System::Xml::XPath::XPathNavigator::MoveToFirstNamespace-Methode

XPathNavigator::MoveToFirstNamespace() method

Bewegt den XPathNavigator zum ersten Namespace-Knoten des aktuellen Knotens.

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.

Siehe auch

XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method

Wenn sie in einer abgeleiteten Klasse überschrieben wird, bewegt sie den XPathNavigator zum ersten Namespace-Knoten, der dem angegebenen XPathNamespaceScope entspricht.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
ParameterTypBeschreibung
namespaceScopeXPathNamespaceScopeEin XPathNamespaceScope Wert, der den Namensbereich beschreibt.

ReturnValue

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

Siehe auch