Removes the attribute node with the specified index from the map.
[Visual Basic] Overridable Public Function Remove( _ ByVal node As XmlAttribute _ ) As XmlAttribute [C#] public virtual XmlAttribute Remove( XmlAttribute node ); [C++] public: virtual XmlAttribute* Remove( XmlAttribute* node ); [JScript] public function Remove( node : XmlAttribute ) : XmlAttribute;
XmlAttributeCollection Class | XmlAttributeCollection Members | System.NewXml Namespace