AccessKeyDisplayRequestedEventArgs.PressedKeys 属性

定义

获取为启动访问键序列而按下的键。

public:
 property Platform::String ^ PressedKeys { Platform::String ^ get(); };
winrt::hstring PressedKeys();
public string PressedKeys { get; }
var string = accessKeyDisplayRequestedEventArgs.pressedKeys;
Public ReadOnly Property PressedKeys As String

属性值

String

Platform::String

winrt::hstring

按下以启动访问键序列的键。

适用于

另请参阅