GraphUpdatedEventArgs.RemovedGroups, propriété
Obtient le dictionnaire supprimé de l'objet de l'objet réel d'isolant 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>>
function get RemovedGroups () : Dictionary<GraphObject, IEnumerable<GraphGroup>>
Valeur de propriété
Type : System.Collections.Generic.Dictionary<GraphObject, 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.