XContainer.DescendantNodes Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a collection of the descendant nodes for this document or element, in document order.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Return Value
Type: System.Collections.Generic.IEnumerable(Of XNode)An IEnumerable(Of T) of XNode containing the descendant nodes of the XContainer, in document order.
Show: