System.Xml.XmlAttributeCollection.Remove Method

Removes the specified attribute from the collection.

Syntax

public XmlAttribute Remove (XmlAttribute node)

Parameters

node
The System.Xml.XmlAttribute to remove.

Returns

The node removed or null if it is not found in the collection.

Remarks

This method is a Microsoft extension to the Document Object Model (DOM).

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0