XmlNamedNodeMap.SetNamedItem(IXmlNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified node to the collection.
public:
virtual IXmlNode ^ SetNamedItem(IXmlNode ^ node) = SetNamedItem;
IXmlNode SetNamedItem(IXmlNode const& node);
public IXmlNode SetNamedItem(IXmlNode node);
function setNamedItem(node)
Public Function SetNamedItem (node As IXmlNode) As IXmlNode
Parameters
- node
- IXmlNode
The node to add to the collection.
Returns
The attribute successfully added to the collection. If Null, no object is created.