System::Xml::XmlNodeReader::MoveToAttribute طريقة
محتويات
[
يخفي
]XmlNodeReader::MoveToAttribute(int32_t) method
ينتقل إلى السمة ذات الفهرس المحدد.
void System::Xml::XmlNodeReader::MoveToAttribute(int32_t attributeIndex) override
| Parameter | Type | الوصف |
|---|---|---|
| attributeIndex | int32_t | فهرس الخاصية. |
انظر أيضًا
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlNodeReader::MoveToAttribute(String) method
ينتقل إلى السمة ذات الاسم المحدد.
bool System::Xml::XmlNodeReader::MoveToAttribute(String name) override
| Parameter | Type | الوصف |
|---|---|---|
| الاسم | 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.Page for C++
XmlNodeReader::MoveToAttribute(String, String) method
ينتقل إلى السمة ذات الاسم المحلي المحدد وURI مساحة الاسم.
bool System::Xml::XmlNodeReader::MoveToAttribute(String name, String namespaceURI) override
| Parameter | Type | الوصف |
|---|---|---|
| الاسم | String | الاسم المحلي للسمة. |
| namespaceURI | 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.Page for C++