vsCommandStatusTextWanted-Enumeration
Eine Konstante, die angibt, ob die Überprüfung Informationen zurückgibt und welcher Art diese Informationen ggf. sind.
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
Member
Membername | Beschreibung | |
---|---|---|
vsCommandStatusTextWantedNone | Es werden keine Informationen zurückgegeben. | |
vsCommandStatusTextWantedName | Der Name des Befehls wird zurückgegeben. | |
vsCommandStatusTextWantedStatus | Der Status des Befehls wird zurückgegeben. |