GraphNode.FindDescendants 方法

在此节点下包容链接的结构及其所有后代并返回设置的唯一。

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

语法

声明
Public Function FindDescendants As IEnumerable(Of GraphNode)
public IEnumerable<GraphNode> FindDescendants()
public:
IEnumerable<GraphNode^>^ FindDescendants()
member FindDescendants : unit -> IEnumerable<GraphNode> 
public function FindDescendants() : IEnumerable<GraphNode>

返回值

类型:IEnumerable<GraphNode>
列表包含的节点

.NET Framework 安全性

请参阅

参考

GraphNode 类

Microsoft.VisualStudio.GraphModel 命名空间