GraphUpdatedEventArgs.RemovedGroups 属性

定义

获取实际的 isolator 对象的已删除对象字典,如果为 null,则创建一个空的对象字典,使此永不返回 null。

public:
 property System::Collections::Generic::Dictionary<Microsoft::VisualStudio::GraphModel::GraphObject ^, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^> ^ RemovedGroups { System::Collections::Generic::Dictionary<Microsoft::VisualStudio::GraphModel::GraphObject ^, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^> ^ get(); };
public System.Collections.Generic.Dictionary<Microsoft.VisualStudio.GraphModel.GraphObject,System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphGroup>> RemovedGroups { get; }
member this.RemovedGroups : System.Collections.Generic.Dictionary<Microsoft.VisualStudio.GraphModel.GraphObject, seq<Microsoft.VisualStudio.GraphModel.GraphGroup>>
Public ReadOnly Property RemovedGroups As Dictionary(Of GraphObject, IEnumerable(Of GraphGroup))

属性值

Dictionary<GraphObject,IEnumerable<GraphGroup>>

适用于