System::Xml::XmlReader::ReadToNextSibling विधि

XmlReader::ReadToNextSibling(String, String) method

निर्दिष्ट स्थानीय नाम और नेमस्पेस URI वाले अगले सिब्लिंग तत्व पर XmlReader को ले जाता है।

virtual bool System::Xml::XmlReader::ReadToNextSibling(String localName, String namespaceURI)
पैरामीटरप्रकारविवरण
localNameStringउस सिब्लिंग तत्व का स्थानीय नाम जिसे आप स्थानांतरित होना चाहते हैं।
namespaceURIStringउस सिब्लिंग तत्व का नेमस्पेस URI जिसे आप स्थानांतरित होना चाहते हैं।

ReturnValue

true if a matching sibling element is found; otherwise, false. If a matching sibling element is not found, the XmlReader is positioned on the end tag (XmlReader::get_NodeType value is XmlNodeType::EndElement) of the parent element.

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

XmlReader::ReadToNextSibling(String) method

निर्दिष्ट योग्य नाम वाले अगले सिब्लिंग तत्व पर XmlReader को ले जाता है।

virtual bool System::Xml::XmlReader::ReadToNextSibling(String name)
पैरामीटरप्रकारविवरण
नामStringउस सिब्लिंग तत्व का योग्य नाम जिसे आप स्थानांतरित होना चाहते हैं।

ReturnValue

true if a matching sibling element is found; otherwise false. If a matching sibling element is not found, the XmlReader is positioned on the end tag (XmlReader::get_NodeType value is XmlNodeType::EndElement) of the parent element.

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