CommonMessagePumpExitCode Enumeration
Represents exit codes that are possible for CommonMessagePump.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Public Enumeration CommonMessagePumpExitCode
public enum CommonMessagePumpExitCode
Members
Member name | Description | |
---|---|---|
Timeout | There was a timeout. | |
UserCanceled | The message was canceled by the user. | |
ApplicationExit | The application exited. | |
HandleSignaled | The handle was signaled. |