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.RemoveAt

Removes the attribute node with the specified index from the map.

[Visual Basic]
Overridable Public Function RemoveAt( _
   ByVal i As Integer _
) As XmlAttribute
[C#]
public virtual XmlAttribute RemoveAt(
   int i
);
[C++]
public: virtual XmlAttribute* RemoveAt(
   int i
);
[JScript]
public function RemoveAt(
   i : int
) : XmlAttribute;

Parameters

i
Index of the node to remove. The first node has index 0.

See Also

XmlAttributeCollection Class | XmlAttributeCollection Members | System.NewXml Namespace