Partager via


GraphNode.ParentGroups, propriété

Retourner tous les GraphGroups qui ont ce nœud répertorié dans leur collection de ChildNodes (ou collection de ChildGroups si ce nœud a IsGroup=true).

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : IEnumerable<GraphGroup>

Sécurité .NET Framework

Voir aussi

Référence

GraphNode Classe

Microsoft.VisualStudio.GraphModel, espace de noms