vsCommandStatusTextWanted Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A constant specifying if information is returned from the check, and if so, what type of information is returned.
public enum class vsCommandStatusTextWanted
public enum class vsCommandStatusTextWanted
enum vsCommandStatusTextWanted
[System.Runtime.InteropServices.Guid("D9E97957-B425-4CD6-BB74-9E6F232A342A")]
public enum vsCommandStatusTextWanted
[<System.Runtime.InteropServices.Guid("D9E97957-B425-4CD6-BB74-9E6F232A342A")>]
type vsCommandStatusTextWanted =
Public Enum vsCommandStatusTextWanted
- Inheritance
-
vsCommandStatusTextWanted
- Attributes
Fields
vsCommandStatusTextWantedName | 1 | The name of the command is returned. |
vsCommandStatusTextWantedNone | 0 | No information is returned. |
vsCommandStatusTextWantedStatus | 2 | The status of the command is returned. |