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)

[GuidAttribute("D9E97957-B425-4CD6-BB74-9E6F232A342A")]
public enum class vsCommandStatusTextWanted

Member nameDescription
vsCommandStatusTextWantedName

The name of the command is returned.

vsCommandStatusTextWantedNone

No information is returned.

vsCommandStatusTextWantedStatus

The status of the command is returned.

Return to top
Show: