NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlAttributeCollection.Remove

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;

Parameters

node
The node to remove

See Also

XmlAttributeCollection Class | XmlAttributeCollection Members | System.NewXml Namespace