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

XPathNavigator::MoveToFirstNamespace() method

Verschiebt den XPathNavigator zum ersten Namensraumknoten 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 in einer abgeleiteten Klasse überschrieben, verschiebt es den XPathNavigator zum ersten Namensraumknoten, der dem angegebenen XPathNamespaceScope entspricht.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
ParameterTypBeschreibung
namespaceScopeXPathNamespaceScopeEin XPathNamespaceScope Wert, der den Namensraumumfang 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