System::Xml::XPath::XPathNavigator::MoveToNextNamespace طريقة

XPathNavigator::MoveToNextNamespace() method

ينقل XPathNavigator إلى عقدة النطاق التالي.

bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace()

ReturnValue

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

انظر أيضًا

XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method

عند تجاوزها في فئة مشتقة، تنقل XPathNavigator إلى عقدة النطاق التالي التي تطابق XPathNamespaceScope المحدد.

virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
معاملنوعالوصف
namespaceScopeXPathNamespaceScopeقيمة XPathNamespaceScope تصف نطاق مساحة الاسم.

ReturnValue

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

انظر أيضًا