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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.