System::Xml::XmlDocument::GetElementById metod

XmlDocument::GetElementById method

Returnerar XmlElement med det angivna ID:t.

virtual SharedPtr<XmlElement> System::Xml::XmlDocument::GetElementById(String elementId)
ParameterTypeBeskrivning
elementIdStringAttributet ID att matcha.

ReturnValue

Det XmlElement med matchande ID eller nullptr om inget matchande element hittas.

Se även