Freigeben über


GraphGroup.GetAncestors-Methode

Gibt alle übergeordneten Vorgänger dieser Gruppe, ohne diese Gruppe zurück.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Function GetAncestors As IEnumerable(Of GraphGroup)
public IEnumerable<GraphGroup> GetAncestors()
public:
IEnumerable<GraphGroup^>^ GetAncestors()
member GetAncestors : unit -> IEnumerable<GraphGroup> 
public function GetAncestors() : IEnumerable<GraphGroup>

Rückgabewert

Typ: IEnumerable<GraphGroup>
Gibt IEnumerable zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphGroup Klasse

Microsoft.VisualStudio.GraphModel-Namespace