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

액세스 키 시퀀스를 시작하기 위해 누른 키입니다.

적용 대상

추가 정보