طريقة System::Xml::XmlNodeReader::MoveToAttribute
محتويات
[
يخفي
]XmlNodeReader::MoveToAttribute(int32_t) method
ينتقل إلى السمة ذات الفهرس المحدد.
void System::Xml::XmlNodeReader::MoveToAttribute(int32_t attributeIndex) override
| معامل | نوع | الوصف |
|---|---|---|
| attributeIndex | int32_t | فهرس السمة. |
انظر أيضًا
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlNodeReader::MoveToAttribute(String) method
ينتقل إلى السمة ذات الاسم المحدد.
bool System::Xml::XmlNodeReader::MoveToAttribute(String name) override
| معامل | نوع | الوصف |
|---|---|---|
| name | String | الاسم المؤهل للسمة. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
انظر أيضًا
- Class String
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlNodeReader::MoveToAttribute(String, String) method
ينتقل إلى السمة ذات الاسم المحلي المحدد ومسار URI مساحة الاسم.
bool System::Xml::XmlNodeReader::MoveToAttribute(String name, String namespaceURI) override
| معامل | نوع | الوصف |
|---|---|---|
| name | String | الاسم المحلي للخاصية. |
| namespaceURI | String | مسار URI للمساحة الاسمية للخاصية. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
انظر أيضًا
- Class String
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Font for C++