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
属性

字段

名称 说明
None 0
KeyUp 1
Repeat 2
Extended 4
Extended1 8

适用于