IVsWindowSearch.OnNavigationKeyDown Method (UInt32, UInt32)

 

Allows the window to preview some keydown events that can be used to navigate between the search results or take action on them

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

bool OnNavigationKeyDown(
	uint dwNavigationKey,
	uint dwModifiers
)

Parameters

dwNavigationKey
Type: System.UInt32

The navigation __VSSEARCHNAVIGATIONKEY.

dwModifiers
Type: System.UInt32

The key __VSUIACCELMODIFIERS.

Return Value

Type: System.Boolean

True if the event was handled, otherwise false.

Return to top
Show: