VSConstants.VsSearchNavigationKeys Enumeration
Specifies the Visual Studio search navigation keys.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Public Enumeration VsSearchNavigationKeys
public enum VsSearchNavigationKeys
Members
Member name | Description | |
---|---|---|
SNK_Enter | Enter key. | |
SNK_Down | Down arrow key. | |
SNK_Up | Up arrow key. | |
SNK_PageDown | Page Down key. | |
SNK_PageUp | Page Up key. | |
SNK_Home | Home key. | |
SNK_End | End key. |