System::Xml::XmlReader::MoveToAttribute मेथड

XmlReader::MoveToAttribute(int32_t) method

जब एक व्युत्पन्न वर्ग में ओवरराइड किया जाता है, तो निर्दिष्ट अनुक्रमांक वाले गुण पर जाता है।

virtual void System::Xml::XmlReader::MoveToAttribute(int32_t i)
पैरामीटरप्रकारविवरण
iint32_tएट्रिब्यूट का सूचकांक।

संबंधित देखें

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.

संबंधित देखें

XmlReader::MoveToAttribute(String, String) method

जब किसी व्युत्पन्न वर्ग में ओवरराइड किया जाता है, तो यह निर्दिष्ट XmlReader::get_LocalName और XmlReader::get_NamespaceURI मानों वाले एट्रिब्यूट पर जाता है।

virtual bool System::Xml::XmlReader::MoveToAttribute(String name, String ns)=0
पैरामीटरप्रकारविवरण
नामStringएट्रिब्यूट का स्थानीय नाम।
nsStringएट्रिब्यूट का नेमस्पेस URI।

ReturnValue

true if the attribute is found; otherwise, false. If false, the reader’s position does not change.

संबंधित देखें