IOleInPlaceComponentUIManager.FContinueIdle 方法

查询该环境以确定就地活动对象是否可以继续空闲时间处理。

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

语法

声明
Function FContinueIdle As Integer
int FContinueIdle()

返回值

类型:System.Int32
如果空闲处理能继续进行,方法返回 true。如果空闲进程必须停止,它将返回 false。

备注

服务请求 FDoIdle 启动空闲时间处理。一就地 VSPackage 对象的 SOleComponentUIManager 。在处理后启动后,将由定期调用 FContinueIdle 的就地对象确定它是否可以继续空闲时间处理。

.NET Framework 安全性

请参见

参考

IOleInPlaceComponentUIManager 接口

Microsoft.VisualStudio.Shell.Interop 命名空间