CommonMessagePumpExitCode 枚举
represents 退出为 CommonMessagePump是可能的代码。
命名空间: Microsoft.VisualStudio.Shell
程序集: Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
语法
声明
Public Enumeration CommonMessagePumpExitCode
public enum CommonMessagePumpExitCode
成员
成员名称 | 说明 | |
---|---|---|
Timeout | 具有超时。 | |
UserCanceled | 消息由用户取消。 | |
ApplicationExit | 退出的应用程序。 | |
HandleSignaled | 处理发出其事件信号。 |