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

XPathNavigator::MoveToChild(String, String) method

ينقل الـ XPathNavigator إلى العقدة الفرعية التي لها الاسم المحلي ومعرف مساحة الاسم المحدد.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
معاملنوعالوصف
localNameStringالاسم المحلي للعقدة الفرعية التي سيتم الانتقال إليها.
namespaceURIStringمعرف مساحة الاسم للعقدة الفرعية التي سيتم الانتقال إليها.

ReturnValue

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

انظر أيضًا

XPathNavigator::MoveToChild(XPathNodeType) method

ينقل الـ XPathNavigator إلى العقدة الفرعية من نوع XPathNodeType المحدد.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
معاملنوعالوصف
typeXPathNodeTypeXPathNodeType للعقدة الفرعية التي سيتم الانتقال إليها.

ReturnValue

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

انظر أيضًا