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!

XmlElement.RemoveAttributeAt

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

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

Parameters

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

See Also

XmlElement Class | XmlElement Members | System.NewXml Namespace