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

XmlReader::ReadToFollowing(String, String) method

निर्दिष्ट स्थानीय नाम और नेमस्पेस URI वाले तत्व को मिलने तक पढ़ता है।

virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
पैरामीटरप्रकारविवरण
localNameStringएलिमेंट का स्थानीय नाम।
namespaceURIStringएलिमेंट का नेमस्पेस URI।

ReturnValue

true if a matching element is found; otherwise false and the XmlReader is in an end of file state.

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

XmlReader::ReadToFollowing(String) method

जब तक निर्दिष्ट क्वालिफाइड नाम वाला एलिमेंट नहीं मिल जाता, तब तक पढ़ता रहता है।

virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
पैरामीटरप्रकारविवरण
नामStringतत्व का योग्य नाम।

ReturnValue

true if a matching element is found; otherwise false and the XmlReader is in an end of file state.

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