KeyboardDevice.Target 屬性

定義

取得接收此裝置輸入之指定的 IInputElement

public:
 virtual property System::Windows::IInputElement ^ Target { System::Windows::IInputElement ^ get(); };
public override System.Windows.IInputElement Target { get; }
member this.Target : System.Windows.IInputElement
Public Overrides ReadOnly Property Target As IInputElement

屬性值

收到輸入的項目。

備註

的目標 KeyboardDevice 為具有鍵盤焦點的物件。

適用於