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

XPathNavigator::MoveToFirstNamespace() method

تنقل XPathNavigator إلى أول عقدة مساحة اسم للعقدة الحالية.

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.

انظر أيضًا

XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method

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

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

ReturnValue

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

انظر أيضًا