Sdílet prostřednictvím


GraphNode.ParentGroups – vlastnost

Vrátit všechny GraphGroups, které mají tento uzel podle jejich kolekce ChildNodes (nebo kolekce ChildGroups, pokud tento uzel má IsGroup = true).

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
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> with get
function get ParentGroups () : IEnumerable<GraphGroup>

Hodnota vlastnosti

Typ: IEnumerable<GraphGroup>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphNode Třída

Microsoft.VisualStudio.GraphModel – obor názvů