Partager via


GraphUpdatedEventArgs.RemovedGroups, propriété

Obtient le dictionnaire supprimé de l'objet de l'objet réel d'isolement des groupes, et, s'il est null, crée vide afin que cela ne retourne jamais null.

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

Syntaxe

'Déclaration
Public ReadOnly Property RemovedGroups As Dictionary(Of GraphObject, IEnumerable(Of GraphGroup))
public Dictionary<GraphObject, IEnumerable<GraphGroup>> RemovedGroups { get; }
public:
property Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ RemovedGroups {
    Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ get ();
}
member RemovedGroups : Dictionary<GraphObject, IEnumerable<GraphGroup>> with get
function get RemovedGroups () : Dictionary<GraphObject, IEnumerable<GraphGroup>>

Valeur de propriété

Type : Dictionary<GraphObject, IEnumerable<GraphGroup>>

Sécurité .NET Framework

Voir aussi

Référence

GraphUpdatedEventArgs Classe

Microsoft.VisualStudio.GraphModel, espace de noms