Graph.GetGroupDescendants 方法 (IEnumerable<GraphObject>)

获取简单列表提供的所有子代节点列出了其中一些对象可以是组的图形对象。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public Shared Function GetGroupDescendants ( _
    graphObjects As IEnumerable(Of GraphObject) _
) As IEnumerable(Of GraphNode)
public static IEnumerable<GraphNode> GetGroupDescendants(
    IEnumerable<GraphObject> graphObjects
)
public:
static IEnumerable<GraphNode^>^ GetGroupDescendants(
    IEnumerable<GraphObject^>^ graphObjects
)
static member GetGroupDescendants : 
        graphObjects:IEnumerable<GraphObject> -> IEnumerable<GraphNode> 
public static function GetGroupDescendants(
    graphObjects : IEnumerable<GraphObject>
) : IEnumerable<GraphNode>

参数

返回值

类型:System.Collections.Generic.IEnumerable<GraphNode>
此层简单列表所有子代节点,包括单一化组的节点。

.NET Framework 安全性

请参见

参考

Graph 类

GetGroupDescendants 重载

Microsoft.VisualStudio.GraphModel 命名空间