Sdílet prostřednictvím


GraphEnumerable.GetDescendants – metoda

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
<ExtensionAttribute> _
Public Shared Function GetDescendants ( _
    objects As IEnumerable(Of GraphObject) _
) As IEnumerable(Of GraphObject)
public static IEnumerable<GraphObject> GetDescendants(
    this IEnumerable<GraphObject> objects
)
[ExtensionAttribute]
public:
static IEnumerable<GraphObject^>^ GetDescendants(
    IEnumerable<GraphObject^>^ objects
)
static member GetDescendants : 
        objects:IEnumerable<GraphObject> -> IEnumerable<GraphObject> 
public static function GetDescendants(
    objects : IEnumerable<GraphObject>
) : IEnumerable<GraphObject>

Parametry

Vrácená hodnota

Typ: IEnumerable<GraphObject>
Vrátí IEnumerable.

Poznámka k použití

V jazycích Visual Basic a C# lze tuto metodu volat jako metodu instance libovolného objektu typu IEnumerable<GraphObject>. Pokud k volání této metody použijete syntaxi metody instance, vynechejte první parametr. Další informace naleznete v tématech Metody rozšíření (Visual Basic) a Metody rozšíření (Průvodce programováním v C#).

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphEnumerable Třída

Microsoft.VisualStudio.GraphModel – obor názvů