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

XPathNavigator::MoveToChild(String, String) method

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

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
ParameterTypeالوصف
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)
ParameterTypeالوصف
typeXPathNodeTypeنوع XPathNodeType لعقدة الطفل التي سيتم الانتقال إليها.

ReturnValue

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

انظر أيضًا