共用方式為


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 命名空間