Proprietà GraphUpdatedEventArgs.AddedGroups
Ottiene il dizionario aggiunta dell'oggetto dell'oggetto di isolatore per gruppi e, se è null, crea vuoto affinché questo non restituisce mai null.
Spazio dei nomi: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Sintassi
'Dichiarazione
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>>
Valore proprietà
Tipo: System.Collections.Generic.Dictionary<GraphObject, IEnumerable<GraphGroup>>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.