GraphNode.FindAncestorGroups Yöntem

Tanım

Bu düğümü içeren tüm üst grupların listesini döndürür. Bu, Yalnızca IsGroup = true olan düğümleri döndüren FindAncestors 'dan farklıdır.

public:
 System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ FindAncestorGroups();
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphGroup> FindAncestorGroups ();
member this.FindAncestorGroups : unit -> seq<Microsoft.VisualStudio.GraphModel.GraphGroup>
Public Function FindAncestorGroups () As IEnumerable(Of GraphGroup)

Döndürülenler

IEnumerable<GraphGroup>

Şunlara uygulanır