A constant specifying if information is returned from the check, and if so, what type of information is returned.
Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)
[GuidAttribute("D9E97957-B425-4CD6-BB74-9E6F232A342A")]
public enum vsCommandStatusTextWanted
/** @attribute GuidAttribute("D9E97957-B425-4CD6-BB74-9E6F232A342A") */
public enum vsCommandStatusTextWanted
GuidAttribute("D9E97957-B425-4CD6-BB74-9E6F232A342A")
public enum vsCommandStatusTextWanted
| |
Member name |
Description |
|
|
vsCommandStatusTextWantedName
|
The name of the command is returned. |
|
|
vsCommandStatusTextWantedNone
|
No information is returned. |
|
|
vsCommandStatusTextWantedStatus
|
The status of the command is returned. |