共用方式為


VSConstants.AppCommandCmdID Enum

Definition

Identifies commands fired as the result of a WM_APPCOMMAND message received by the main window.

public: enum class VSConstants::AppCommandCmdID
enum VSConstants::AppCommandCmdID
[System.Runtime.InteropServices.Guid("12F1A339-02B9-46e6-BDAF-1071F76056BF")]
public enum VSConstants.AppCommandCmdID
[<System.Runtime.InteropServices.Guid("12F1A339-02B9-46e6-BDAF-1071F76056BF")>]
type VSConstants.AppCommandCmdID = 
Public Enum VSConstants.AppCommandCmdID
Inheritance
VSConstants.AppCommandCmdID
Attributes

Fields

Name Value Description
BrowserBackward 1

The browser backward command.

BrowserForward 2

The browser forward command.

BrowserRefresh 3

The browser refresh command.

BrowserStop 4

The browser stop command.

BrowserSearch 5

The browser search command.

BrowserFavorites 6

The browser favorites command.

BrowserHome 7

The browser home command.

VolumeMute 8

The volume mute command.

VolumeDown 9

The volume down command.

VolumeUp 10

The volume up command.

MediaNextTrack 11

The next track command.

MediaPreviousTrack 12

The previous track command.

MediaStop 13

The media stop command.

MediaPlayPause 14

The play/pause command.

LaunchMail 15

The launch mail command.

LaunchMediaSelect 16

The launch media select command.

LaunchApp1 17

The launch application command.

LaunchApp2 18

The alternate launch application command.

BassDown 19

The bass down command.

BassBoost 20

The bass boost command.

BassUp 21

The bass up command.

TrebleDown 22

The treble down command.

TrebleUp 23

The treble up command.

MicrophoneVolumeMute 24

The microphone volume mute command.

MicrophoneVolumeDown 25

The microphone volume down command.

MicrophoneVolumeUp 26

The microphone volume up command.

Applies to