System::Xml::XmlAttributeCollection::Remove‑metod

XmlAttributeCollection::Remove method

Tar bort det angivna attributet från samlingen.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Remove(const SharedPtr<XmlAttribute> &node)
ParameterTypBeskrivning
nodeconst SharedPtr<XmlAttribute>&Attributet som ska tas bort.

ReturnValue

Noden som togs bort eller nullptr om den inte hittas i samlingen.

Se även