GraphUpdatedEventArgs.RemovedGroups 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取实际的 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))