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>

傳回值

型別:System.Collections.Generic.IEnumerable<GraphNode>
包含的節點清單。

.NET Framework 安全性

請參閱

參考

GraphNode 類別

Microsoft.VisualStudio.GraphModel 命名空間