VSConstants.VsSearchNavigationKeys Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the Visual Studio search navigation keys.
public: enum class VSConstants::VsSearchNavigationKeys
enum VSConstants::VsSearchNavigationKeys
public enum VSConstants.VsSearchNavigationKeys
type VSConstants.VsSearchNavigationKeys =
Public Enum VSConstants.VsSearchNavigationKeys
- Inheritance
-
VSConstants.VsSearchNavigationKeys
Fields
Name | Value | Description |
---|---|---|
SNK_Enter | 0 | Enter key. |
SNK_Down | 1 | Down arrow key. |
SNK_Up | 2 | Up arrow key. |
SNK_PageDown | 3 | Page Down key. |
SNK_PageUp | 4 | Page Up key. |
SNK_Home | 5 | Home key. |
SNK_End | 6 | End key. |
SNK_Escape | 7 |