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

XPathNavigator::MoveToId method

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

virtual bool System::Xml::XPath::XPathNavigator::MoveToId(String id)=0
معاملنوعالوصف
idStringString تمثّل قيمة ID للعقدة التي تريد الانتقال إليها.

ReturnValue

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

انظر أيضًا