共用方式為


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

按下以啟動便捷鍵序列的按鍵。

適用於

另請參閱