Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
'Declaration
Public Enumeration CommonMessagePumpExitCode
public enum CommonMessagePumpExitCode
public enum class CommonMessagePumpExitCode
type CommonMessagePumpExitCode
public enum CommonMessagePumpExitCode
Members
| Member name | Description | |
|---|---|---|
| ApplicationExit | The application exited. | |
| HandleSignaled | The handle was signaled. | |
| Timeout | There was a timeout. | |
| UserCanceled | The message was canceled by the user. |