طريقة 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
ParameterTypeالوصف
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.

انظر أيضًا