System::Xml::XmlDocument::GetElementById मेथड
XmlDocument::GetElementById method
निर्दिष्ट ID वाले XmlElement को लौटाता है।
virtual SharedPtr<XmlElement> System::Xml::XmlDocument::GetElementById(String elementId)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| elementId | String | मैच करने के लिए attribute ID। |
ReturnValue
मैचिंग ID वाला XmlElement या nullptr यदि कोई मिलते-जुलते तत्व नहीं मिला।
संबंधित देखें
- Typedef SharedPtr
- Class XmlElement
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++