Compartir a través de


GraphNode.ParentGroups (Propiedad)

Devuelve todos los GraphGroups que tiene este nodo incluido en la colección de ChildNodes (o la colección de ChildGroups si este nodo tiene IsGroup=true).

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

GraphNode Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)