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