CharacterReceivedEventArgs.KeyCode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得輸入佇列所接收之字元的索引鍵碼。
public:
property unsigned int KeyCode { unsigned int get(); };
uint32_t KeyCode();
public uint KeyCode { get; }
var uInt32 = characterReceivedEventArgs.keyCode;
Public ReadOnly Property KeyCode As UInteger
屬性值
UTF-16 編碼中的字元。 每個增補字元都包含以兩個不同的事件傳送的 Surrogate 配對 。
備註
當啟用輸入法 編輯器 (輸入法) 時,Windows 10 應用程式不會收到此事件。 輸入法 編輯器 (輸入法) 處理所有鍵盤輸入,並將 [已處理] 設定為 true。
Windows Phone 原生應用程式僅支援此 API。