XmlElementAttributes.Remove Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes a specified XmlElementAttribute from the collection, if it is present.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
Parameters
- attribute
- Type: System.Xml.Serialization.XmlElementAttribute
The XmlElementAttribute to remove.
Show: