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>

参数

返回值

类型:IEnumerable<GraphObject>
返回 IEnumerable

使用说明

在 Visual Basic 和 C# 中,可以在 IEnumerable<GraphObject> 类型的任何对象上将此方法作为实例方法来调用。当使用实例方法语法调用此方法时,请省略第一个参数。有关详细信息,请参阅扩展方法 (Visual Basic)扩展方法(C# 编程指南)

.NET Framework 安全性

请参阅

参考

GraphEnumerable 类

Microsoft.VisualStudio.GraphModel 命名空间