共用方式為


RemoteKeyEventAttributes 列舉

定義

此列舉支援其成員值的位元組合。

public enum class RemoteKeyEventAttributes
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1048576)]
enum class RemoteKeyEventAttributes
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1048576)]
public enum RemoteKeyEventAttributes
var value = Windows.System.RemoteDesktop.Input.RemoteKeyEventAttributes.none
Public Enum RemoteKeyEventAttributes
繼承
RemoteKeyEventAttributes
屬性

欄位

名稱 Description
None 0
KeyUp 1
Repeat 2
Extended 4
Extended1 8

適用於