共用方式為


IWpfKeyboardTrackingService.BeginTrackingKeyboard 方法

開始追蹤鍵盤。

命名空間:  Microsoft.VisualStudio.Language.Intellisense
組件:  Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

語法

'宣告
Sub BeginTrackingKeyboard ( _
    handle As IntPtr, _
    messagesToCapture As IList(Of UInteger) _
)
void BeginTrackingKeyboard(
    IntPtr handle,
    IList<uint> messagesToCapture
)
void BeginTrackingKeyboard(
    IntPtr handle, 
    IList<unsigned int>^ messagesToCapture
)
abstract BeginTrackingKeyboard : 
        handle:IntPtr * 
        messagesToCapture:IList<uint32> -> unit
function BeginTrackingKeyboard(
    handle : IntPtr, 
    messagesToCapture : IList<uint>
)

參數

  • handle
    類型:IntPtr

    應將訊息重新導向至該處的有效 Win32 視窗控制代碼 (HWND)

  • messagesToCapture
    類型:IList<UInt32>

    要重新導向至指定視窗控制代碼的 Win32 訊息清單

備註

在呼叫這個方法後,所有的鍵盤事件將被路由到 WPF 第一,主應用程式 (例如,Visual Studio),會看到它們之前。

.NET Framework 安全性

請參閱

參考

IWpfKeyboardTrackingService 介面

Microsoft.VisualStudio.Language.Intellisense 命名空間