GraphNode.ParentGroups-Eigenschaft

Geben Sie alle GraphGroups zurück, das diesen Knoten verfügen, der in der ChildNodes-Auflistung aufgeführt wird (oder in ChildGroups-Auflistung, wenn dieser Knoten IsGroup=true ist).

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

Syntax

'Declaration
Public ReadOnly Property ParentGroups As IEnumerable(Of GraphGroup)
public IEnumerable<GraphGroup> ParentGroups { get; }
public:
property IEnumerable<GraphGroup^>^ ParentGroups {
    IEnumerable<GraphGroup^>^ get ();
}
member ParentGroups : IEnumerable<GraphGroup>
function get ParentGroups () : IEnumerable<GraphGroup>

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<GraphGroup>

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphNode Klasse

Microsoft.VisualStudio.GraphModel-Namespace