Extensions.DescendantNodesAndSelf(IEnumerable<XElement>) Metoda

Definice

Vrátí kolekci uzlů, která obsahuje každý prvek ve zdrojové kolekci, a následné uzly každého prvku ve zdrojové kolekci.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<System::Xml::Linq::XNode ^> ^ DescendantNodesAndSelf(System::Collections::Generic::IEnumerable<System::Xml::Linq::XElement ^> ^ source);
public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> DescendantNodesAndSelf (this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source);
public static System.Collections.Generic.IEnumerable<System.Xml.Linq.XNode> DescendantNodesAndSelf (this System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement?> source);
static member DescendantNodesAndSelf : seq<System.Xml.Linq.XElement> -> seq<System.Xml.Linq.XNode>
<Extension()>
Public Function DescendantNodesAndSelf (source As IEnumerable(Of XElement)) As IEnumerable(Of XNode)

Parametry

source
IEnumerable<XElement>

Z IEnumerable<T> XElement toho je zdrojová kolekce.

Návraty

IEnumerable<XNode>

Z IEnumerable<T> XNode toho, která obsahuje každý prvek ve zdrojové kolekci a následné uzly každého prvku ve zdrojové kolekci.

Poznámky

I když Visual Basic má integrovanou osu XML pro potomky, pro potomky neexistuje žádná integrovaná osa, takže Visual Basic uživatelé musí tuto metodu osy použít explicitně.

Tato metoda používá odložené spuštění.

Platí pro

Viz také