Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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
- dwNavigationKey
 Type: UInt32
- dwModifiers
 Type: UInt32
Return Value
Type: Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.