System::Xml::XmlAttributeCollection::Append metod

XmlAttributeCollection::Append method

Infogar det angivna attributet som den sista noden i samlingen.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Append(const SharedPtr<XmlAttribute> &node)
ParameterTypBeskrivning
nodeconst SharedPtr<XmlAttribute>&Attributet att infoga.

ReturnValue

Den XmlAttribute som ska läggas till i samlingen.

Se även