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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。