System::Xml::XmlElement::HasAttribute विधि
अंतर्वस्तु
[
छिपाना
]XmlElement::HasAttribute(String, String) method
निर्धारित करता है कि वर्तमान नोड के पास निर्दिष्ट स्थानीय नाम और नेमस्पेस URI वाला गुणधर्म है या नहीं।
virtual bool System::Xml::XmlElement::HasAttribute(String localName, String namespaceURI)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| localName | String | खोजने के लिए गुणधर्म का स्थानीय नाम। |
| namespaceURI | String | खोजने के लिए गुणधर्म का नेमस्पेस URI। |
ReturnValue
true if the current node has the specified attribute; otherwise, false.
संबंधित देखें
- Class String
- Class XmlElement
- Namespace System::Xml
- Library Aspose.Page for C++
XmlElement::HasAttribute(String) method
निर्धारित करता है कि वर्तमान नोड के पास निर्दिष्ट नाम वाला गुणधर्म है या नहीं।
virtual bool System::Xml::XmlElement::HasAttribute(String name)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| नाम | String | खोजने के लिए गुणधर्म का नाम। यह एक योग्य नाम है। यह मिलते-जुलते नोड के get_Name मान के विरुद्ध मिलान किया जाता है। |
ReturnValue
true if the current node has the specified attribute; otherwise, false.
संबंधित देखें
- Class String
- Class XmlElement
- Namespace System::Xml
- Library Aspose.Page for C++