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;
XmlElement Class | XmlElement Members | System.NewXml Namespace