System::Xml::XmlAttributeCollection::Remove-metoden

XmlAttributeCollection::Remove method

Tar bort det angivna attributet från samlingen.

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

ReturnValue

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

Se även