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

XmlValidatingReader::MoveToAttribute(int32_t) method

निर्दिष्ट अनुक्रमांक वाले गुण पर जाता है।

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

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

XmlValidatingReader::MoveToAttribute(String, String) method

निर्दिष्ट स्थानीय नाम और नेमस्पेस यूनिफॉर्म रिसोर्स आइडेंटिफायर (URI) के साथ गुण पर जाता है।

bool System::Xml::XmlValidatingReader::MoveToAttribute(String localName, String namespaceURI) override
पैरामीटरप्रकारविवरण
localNameStringएट्रिब्यूट का स्थानीय नाम।
namespaceURIStringएट्रिब्यूट का नेमस्पेस URI।

ReturnValue

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

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

XmlValidatingReader::MoveToAttribute(String) method

निर्दिष्ट नाम वाले गुण पर जाता है।

bool System::Xml::XmlValidatingReader::MoveToAttribute(String name) override
पैरामीटरप्रकारविवरण
नामStringएट्रिब्यूट का योग्य नाम।

ReturnValue

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

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