Share via


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

アクセス キー シーケンスを開始するために押されたキー。

適用対象

こちらもご覧ください