System::Xml::XmlDocument::GetElementById metod

XmlDocument::GetElementById method

Returnerar XmlElement med det angivna ID-t.

virtual SharedPtr<XmlElement> System::Xml::XmlDocument::GetElementById(String elementId)
ParameterTypBeskrivning
elementIdStringID-attributet att matcha.

ReturnValue

Den XmlElement med matchande ID eller nullptr om ingen matchande element hittas.

Se även