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.Page for C++
XmlNodeReader::MoveToAttribute(String) method
निर्दिष्ट नाम वाले गुण पर जाता है।
bool System::Xml::XmlNodeReader::MoveToAttribute(String name) override
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| नाम | 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
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| नाम | 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.Page for C++