GlobalObjectProvider.CollectionChanged 事件

,在对全局对象或全局类型的集合,的更改发生。

命名空间:  Microsoft.VisualStudio.Shell.Design
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Public Event CollectionChanged As EventHandler
public event EventHandler CollectionChanged

备注

CollectionChanged 事件发生,每当新的全局对象或类型在设计时环境中添加,动态中移除或修改。

不同 CollectionChanged 事件,则在 GlobalObjectProvider 类的此类对应的事件。

有关处理事件的更多信息,请参见使用事件

.NET Framework 安全性

请参见

参考

GlobalObjectProvider 类

Microsoft.VisualStudio.Shell.Design 命名空间

GetGlobalTypes

GetGlobalObjects