IVsWindowSearch.OnNavigationKeyDown – metoda (UInt32, UInt32)
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.11.0 (v Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntaxe
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
Parametry
- dwNavigationKey
- dwModifiers
Vrácená hodnota
Type: System.Boolean
Vrátí Boolean.
Viz také
IVsWindowSearch – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek