Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies commands fired as the result of a WM_APPCOMMAND message received by the main window.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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 | |
---|---|---|
BrowserBackward | The browser backward command. | |
BrowserForward | The browser forward command. | |
BrowserRefresh | The browser refresh command. | |
BrowserStop | The browser stop command. | |
BrowserSearch | The browser search command. | |
BrowserFavorites | The browser favorites command. | |
BrowserHome | The browser home command. | |
VolumeMute | The volume mute command. | |
VolumeDown | The volume down command. | |
VolumeUp | The volume up command. | |
MediaNextTrack | The next track command. | |
MediaPreviousTrack | The previous track command. | |
MediaStop | The media stop command. | |
MediaPlayPause | The play/pause command. | |
LaunchMail | The launch mail command. | |
LaunchMediaSelect | The launch media select command. | |
LaunchApp1 | The launch application command. | |
LaunchApp2 | The alternate launch application command. | |
BassDown | The bass down command. | |
BassBoost | The bass boost command. | |
BassUp | The bass up command. | |
TrebleDown | The treble down command. | |
TrebleUp | The treble up command. | |
MicrophoneVolumeMute | The microphone volume mute command. | |
MicrophoneVolumeDown | The microphone volume down command. | |
MicrophoneVolumeUp | The microphone volume up command. |