Método IVsWindowSearch.OnNavigationKeyDown (UInt32, UInt32)

 

Publicado: abril de 2016

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

Sintaxe

bool OnNavigationKeyDown(
    uint dwNavigationKey,
    uint dwModifiers
)
bool OnNavigationKeyDown(
    unsigned int dwNavigationKey,
    unsigned int dwModifiers
)
abstract OnNavigationKeyDown : 
        dwNavigationKey:uint32 *
        dwModifiers:uint32 -> bool
Function OnNavigationKeyDown (
    dwNavigationKey As UInteger,
    dwModifiers As UInteger
) As Boolean

Parâmetros

  • dwNavigationKey
  • dwModifiers

Valor de retorno

Type: System.Boolean

Returns Boolean.

Consulte também

Interface IVsWindowSearch
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo