Graph.AllGroups, propriété
Chaque groupe dans le graphique indépendamment de la visibilité ou d'imbrication.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AllGroups As IEnumerable(Of GraphGroup)
public IEnumerable<GraphGroup> AllGroups { get; }
public:
property IEnumerable<GraphGroup^>^ AllGroups {
IEnumerable<GraphGroup^>^ get ();
}
member AllGroups : IEnumerable<GraphGroup>
function get AllGroups () : IEnumerable<GraphGroup>
Valeur de propriété
Type : System.Collections.Generic.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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.