طريقة System::Xml::XPath::XPathNavigator::MoveToId
XPathNavigator::MoveToId method
عند تجاوزها في فئة مشتقة، تنتقل إلى العقدة التي تحتوي على سمة من النوع ID التي تتطابق قيمتها مع الـ String المحدد.
virtual bool System::Xml::XPath::XPathNavigator::MoveToId(String id)=0
| معامل | نوع | الوصف |
|---|---|---|
| id | String | String تمثّل قيمة ID للعقدة التي تريد الانتقال إليها. |
ReturnValue
true if the XPathNavigator is successful moving; otherwise, false. If false, the position of the navigator is unchanged.
انظر أيضًا
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++