Identifies commands fired as the result of a WM_APPCOMMAND message received by the main window.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
<GuidAttribute("12F1A339-02B9-46e6-BDAF-1071F76056BF")> _
Public Enumeration AppCommandCmdID
[GuidAttribute("12F1A339-02B9-46e6-BDAF-1071F76056BF")]
public enum AppCommandCmdID
[GuidAttribute(L"12F1A339-02B9-46e6-BDAF-1071F76056BF")]
public enum class AppCommandCmdID
[<GuidAttribute("12F1A339-02B9-46e6-BDAF-1071F76056BF")>]
type AppCommandCmdID
public enum AppCommandCmdID
Members
| Member name | Description | |
|---|---|---|
| BassBoost | The bass boost command. | |
| BassDown | The bass down command. | |
| BassUp | The bass up command. | |
| BrowserBackward | The browser backward command. | |
| BrowserFavorites | The browser favorites command. | |
| BrowserForward | The browser forward command. | |
| BrowserHome | The browser home command. | |
| BrowserRefresh | The browser refresh command. | |
| BrowserSearch | The browser search command. | |
| BrowserStop | The browser stop command. | |
| LaunchApp1 | The launch application command. | |
| LaunchApp2 | The alternate launch application command. | |
| LaunchMail | The launch mail command. | |
| LaunchMediaSelect | The launch media select command. | |
| MediaNextTrack | The next track command. | |
| MediaPlayPause | The play/pause command. | |
| MediaPreviousTrack | The previous track command. | |
| MediaStop | The media stop command. | |
| MicrophoneVolumeDown | The microphone volume down command. | |
| MicrophoneVolumeMute | The microphone volume mute command. | |
| MicrophoneVolumeUp | The microphone volume up command. | |
| TrebleDown | The treble down command. | |
| TrebleUp | The treble up command. | |
| VolumeDown | The volume down command. | |
| VolumeMute | The volume mute command. | |
| VolumeUp | The volume up command. |