HwndSource.RegisterKeyboardInputSinkCore(IKeyboardInputSink) Метод

Определение

Регистрирует интерфейс IKeyboardInputSink размещенного компонента.

protected:
 System::Windows::Interop::IKeyboardInputSite ^ RegisterKeyboardInputSinkCore(System::Windows::Interop::IKeyboardInputSink ^ sink);
[System.Security.SecurityCritical]
protected System.Windows.Interop.IKeyboardInputSite RegisterKeyboardInputSinkCore (System.Windows.Interop.IKeyboardInputSink sink);
protected System.Windows.Interop.IKeyboardInputSite RegisterKeyboardInputSinkCore (System.Windows.Interop.IKeyboardInputSink sink);
[<System.Security.SecurityCritical>]
member this.RegisterKeyboardInputSinkCore : System.Windows.Interop.IKeyboardInputSink -> System.Windows.Interop.IKeyboardInputSite
member this.RegisterKeyboardInputSinkCore : System.Windows.Interop.IKeyboardInputSink -> System.Windows.Interop.IKeyboardInputSite
Protected Function RegisterKeyboardInputSinkCore (sink As IKeyboardInputSink) As IKeyboardInputSite

Параметры

sink
IKeyboardInputSink

Приемник IKeyboardInputSink размещенного компонента.

Возвращаемое значение

IKeyboardInputSite

узел IKeyboardInputSite размещенного компонента.

Атрибуты

Применяется к

См. также раздел