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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.