Extensions::Attributes Method
.NET Framework (current version)
Returns a collection of the attributes of every element in the source collection.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Attributes(IEnumerable<XElement^>^) | Returns a collection of the attributes of every element in the source collection. |
![]() ![]() | Attributes(IEnumerable<XElement^>^, XName^) | Returns a filtered collection of the attributes of every element in the source collection. Only elements that have a matching XName are included in the collection. |
Visual Basic users can use the integrated attribute axis to retrieve attributes with a particular name from a collection of elements.
This method uses deferred execution.
Show:

