다음을 통해 공유


KeyInterop.VirtualKeyFromKey(Key) 메서드

정의

WPF Key 를 Win32 가상 키로 변환합니다.

public:
 static int VirtualKeyFromKey(System::Windows::Input::Key key);
public static int VirtualKeyFromKey (System.Windows.Input.Key key);
static member VirtualKeyFromKey : System.Windows.Input.Key -> int
Public Shared Function VirtualKeyFromKey (key As Key) As Integer

매개 변수

key
Key

변환할 WPF입니다.

반환

Win32 가상 키입니다.

적용 대상