IVsWindowSearch.OnNavigationKeyDown メソッド (UInt32, UInt32)

 

名前空間:   Microsoft.VisualStudio.Shell.Interop
アセンブリ:  Microsoft.VisualStudio.Shell.Interop.11.0 (Microsoft.VisualStudio.Shell.Interop.11.0.dll 内)

構文

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

パラメーター

  • dwNavigationKey
  • dwModifiers

戻り値

Type: System.Boolean

Boolean を返します。

参照

IVsWindowSearch インターフェイス
Microsoft.VisualStudio.Shell.Interop 名前空間

トップに戻る