System::Xml::XmlReader::MoveToAttribute मेथड
अंतर्वस्तु
[
छिपाना
]XmlReader::MoveToAttribute(int32_t) method
जब एक व्युत्पन्न वर्ग में ओवरराइड किया जाता है, तो निर्दिष्ट अनुक्रमांक वाले गुण पर जाता है।
virtual void System::Xml::XmlReader::MoveToAttribute(int32_t i)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| i | int32_t | एट्रिब्यूट का सूचकांक। |
संबंधित देखें
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlReader::MoveToAttribute(String) method
जब किसी व्युत्पन्न वर्ग में ओवरराइड किया जाता है, तो यह निर्दिष्ट XmlReader::get_Name मान वाले एट्रिब्यूट पर जाता है।
virtual bool System::Xml::XmlReader::MoveToAttribute(String name)=0
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| नाम | String | एट्रिब्यूट का योग्य नाम। |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
संबंधित देखें
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlReader::MoveToAttribute(String, String) method
जब किसी व्युत्पन्न वर्ग में ओवरराइड किया जाता है, तो यह निर्दिष्ट XmlReader::get_LocalName और XmlReader::get_NamespaceURI मानों वाले एट्रिब्यूट पर जाता है।
virtual bool System::Xml::XmlReader::MoveToAttribute(String name, String ns)=0
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| नाम | String | एट्रिब्यूट का स्थानीय नाम। |
| ns | String | एट्रिब्यूट का नेमस्पेस URI। |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
संबंधित देखें
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++