Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
| vsCommandStatusTextWantedName | The name of the command is returned. | |
| vsCommandStatusTextWantedNone | No information is returned. | |
| vsCommandStatusTextWantedStatus | The status of the command is returned. |