XElement::RemoveAttributes Method ()
.NET Framework (current version)
Removes the attributes of this XElement.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
The following example creates an element with attributes and child elements. It then calls this method to remove the attributes. The child elements remain.
This example produces the following output:
<Root>
<Child1>1</Child1>
<Child2>2</Child2>
<Child3>3</Child3>
</Root>
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: