IVsWindowSearch.OnNavigationKeyDown Method

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

Syntax

'Declaration
Function OnNavigationKeyDown ( _
    dwNavigationKey As UInteger, _
    dwModifiers As UInteger _
) As Boolean
bool OnNavigationKeyDown(
    uint dwNavigationKey,
    uint dwModifiers
)
bool OnNavigationKeyDown(
    [InAttribute] unsigned int dwNavigationKey, 
    [InAttribute] unsigned int dwModifiers
)
abstract OnNavigationKeyDown : 
        dwNavigationKey:uint32 * 
        dwModifiers:uint32 -> bool
function OnNavigationKeyDown(
    dwNavigationKey : uint, 
    dwModifiers : uint
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

IVsWindowSearch Interface

Microsoft.VisualStudio.Shell.Interop Namespace