Share via


GraphNode.ParentGroups Property

Definition

Return all the GraphGroups that have this node listed in their ChildNodes collection (or ChildGroups collection if this node has IsGroup=true).

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ ParentGroups { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphGroup> ParentGroups { get; }
member this.ParentGroups : seq<Microsoft.VisualStudio.GraphModel.GraphGroup>
Public ReadOnly Property ParentGroups As IEnumerable(Of GraphGroup)

Property Value

Applies to