vsCommandStatusTextWanted Enumeration

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)

Syntax

'Declaration
<GuidAttribute("D9E97957-B425-4CD6-BB74-9E6F232A342A")> _
Public Enumeration vsCommandStatusTextWanted
[GuidAttribute("D9E97957-B425-4CD6-BB74-9E6F232A342A")]
public enum vsCommandStatusTextWanted
[GuidAttribute(L"D9E97957-B425-4CD6-BB74-9E6F232A342A")]
public enum class vsCommandStatusTextWanted
[<GuidAttribute("D9E97957-B425-4CD6-BB74-9E6F232A342A")>]
type vsCommandStatusTextWanted
public enum vsCommandStatusTextWanted

Members

Member name Description
vsCommandStatusTextWantedNone No information is returned.
vsCommandStatusTextWantedName The name of the command is returned.
vsCommandStatusTextWantedStatus The status of the command is returned.

See Also

Reference

EnvDTE Namespace