KeyboardDevice.GetKeyStates(Key) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定之 Key 的按鍵狀態集。
public:
System::Windows::Input::KeyStates GetKeyStates(System::Windows::Input::Key key);
public System.Windows.Input.KeyStates GetKeyStates (System.Windows.Input.Key key);
member this.GetKeyStates : System.Windows.Input.Key -> System.Windows.Input.KeyStates
Public Function GetKeyStates (key As Key) As KeyStates
參數
- key
- Key
要進行檢查的按鍵。
傳回
所指定之按鍵的按鍵狀態集。
例外狀況
key
不是有效的按鍵。