PREPARECOMMANDRESULT Enumeration
Visual Studio 2015
Constants for working with commands. Used with PrepareCommand calls.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| PC_FAILURE | Failure not attributable to one of the causes below. | |
| PC_NOCOMMAND | No command name was specified. | |
| PC_NOTAVAILABLE | The command is disabled. | |
| PC_NOTFOUND | The name did not match any known command. | |
| PC_PARAMSNOTACCEPTED | Parameters were specified, and the command does not accept parameters. | |
| PC_SUCCESS | Command preparation was successful. |
From vsshell.idl:
Show: