共用方式為


GraphUpdatedEventArgs.AddedGroups 屬性

取得群組的實際隔離物件變數的物件的字典,使用,則為;如果是空的,則會建立空的一個,所以絕不會傳回 NULL。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
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>>

屬性值

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

.NET Framework 安全性

請參閱

參考

GraphUpdatedEventArgs 類別

Microsoft.VisualStudio.GraphModel 命名空間