共用方式為


GraphNode.FindAncestorGroups 方法

傳回包含這個節點的祖系群組的清單。 這與 FindAncestors 不同,因為它只傳回有 IsGroup=true 的節點。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
Public Function FindAncestorGroups As IEnumerable(Of GraphGroup)
public IEnumerable<GraphGroup> FindAncestorGroups()
public:
IEnumerable<GraphGroup^>^ FindAncestorGroups()
member FindAncestorGroups : unit -> IEnumerable<GraphGroup> 
public function FindAncestorGroups() : IEnumerable<GraphGroup>

傳回值

類型:IEnumerable<GraphGroup>

.NET Framework 安全性

請參閱

參考

GraphNode 類別

Microsoft.VisualStudio.GraphModel 命名空間