Partager via


GraphUpdatedEventArgs.AddedGroups, propriété

Obtient le dictionnaire ajouté 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 AddedGroups As Dictionary(Of GraphObject, IEnumerable(Of GraphGroup))
public Dictionary<GraphObject, IEnumerable<GraphGroup>> AddedGroups { get; }
public:
property Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ AddedGroups {
    Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ get ();
}
member AddedGroups : Dictionary<GraphObject, IEnumerable<GraphGroup>>
function get AddedGroups () : Dictionary<GraphObject, IEnumerable<GraphGroup>>

Valeur de propriété

Type : System.Collections.Generic.Dictionary<GraphObject, IEnumerable<GraphGroup>>

Sécurité .NET Framework

Voir aussi

Référence

GraphUpdatedEventArgs Classe

Microsoft.VisualStudio.GraphModel, espace de noms