Поделиться через


GraphEnumerable.GetDescendants - метод

Пространство имен:  Microsoft.VisualStudio.GraphModel
Сборка:  Microsoft.VisualStudio.GraphModel (в Microsoft.VisualStudio.GraphModel.dll)

Синтаксис

'Декларация
<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>

Параметры

Возвращаемое значение

Тип: System.Collections.Generic.IEnumerable<GraphObject>
Возвращает IEnumerable<T>.

Примечание об использовании

В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа IEnumerable<GraphObject>. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе Методы расширения (Visual Basic) или Методы расширения (Руководство по программированию в C#).

Безопасность платформы .NET Framework

См. также

Ссылки

GraphEnumerable Класс

Microsoft.VisualStudio.GraphModel - пространство имен