TelephonyKey Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt die Tastaturtaste an, die auf einem Telefongerät gedrückt wurde.
public enum class TelephonyKey
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Devices.CallControlContract, 65536)]
enum class TelephonyKey
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Devices.CallControlContract), 65536)]
public enum TelephonyKey
var value = Windows.Media.Devices.TelephonyKey.d0
Public Enum TelephonyKey
- Vererbung
-
TelephonyKey
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows Desktop Extension SDK (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Media.Devices.CallControlContract (eingeführt in v1.0)
|
Felder
A | 12 | Tastaturtaste A. |
B | 13 | Tastaturtaste B. |
C | 14 | Tastaturtaste C. |
D | 15 | Tastaturtaste D. |
D0 | 0 | Die Tastenkombination "0". |
D1 | 1 | Die Tastenkombination "1". |
D2 | 2 | Die Tastenkombination "2". |
D3 | 3 | Die Tastenkombination "3". |
D4 | 4 | Die Tastenkombination "4". |
D5 | 5 | Die Tastenkombination "5". |
D6 | 6 | Die Tastenkombination "6". |
D7 | 7 | Die Tastenkombination "7". |
D8 | 8 | Die Tastenkombination "8". |
D9 | 9 | Die Tastenkombination "9". |
Pound | 11 | Die Schaltfläche "#" auf der Tastatur. |
Star | 10 | Die Schaltfläche der "*"-Tastatur. |