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

Removes an XmlAttribute.

Overload List

Removes the XmlAttribute specified by LocalName and NamespaceURI.

[Visual Basic] Overloads Overridable Public Function RemoveAttributeNode(String, String) As XmlAttribute
[C#] public virtual XmlAttribute RemoveAttributeNode(String, String);
[C++] public: virtual XmlAttribute* RemoveAttributeNode(String*, String*);
[JScript] public function RemoveAttributeNode(String, String) : XmlAttribute;

Removes the specified XmlAttribute.

[Visual Basic] Overloads Overridable Public Function RemoveAttributeNode(XmlAttribute) As XmlAttribute
[C#] public virtual XmlAttribute RemoveAttributeNode(XmlAttribute);
[C++] public: virtual XmlAttribute* RemoveAttributeNode(XmlAttribute*);
[JScript] public function RemoveAttributeNode(XmlAttribute) : XmlAttribute;

See Also

XmlElement Class | XmlElement Members | System.NewXml Namespace