GlobalObject.ClearInstance 方法

清除 Instance 属性。

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

语法

声明
Protected Sub ClearInstance
protected void ClearInstance()

备注

ClearInstance 方法清除 Instance 属性表示的缓存实例全局对象。 ClearInstance 用 PerformChangePerformRemove 方法自动调用,但是,您可以手动调用它,特别是,在您手动引发事件的情况下。

.NET Framework 安全性

请参见

参考

GlobalObject 类

Microsoft.VisualStudio.Shell.Design 命名空间

Instance

PerformChange

PerformRemove