다음을 통해 공유


KeyProcessor.PreviewKeyDown 메서드

PreviewKeyDown 이벤트를 처리합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)

구문

‘선언
Public Overridable Sub PreviewKeyDown ( _
    args As KeyEventArgs _
)
public virtual void PreviewKeyDown(
    KeyEventArgs args
)
public:
virtual void PreviewKeyDown(
    KeyEventArgs^ args
)
abstract PreviewKeyDown : 
        args:KeyEventArgs -> unit  
override PreviewKeyDown : 
        args:KeyEventArgs -> unit
public function PreviewKeyDown(
    args : KeyEventArgs
)

매개 변수

  • args
    형식: KeyEventArgs

    키 이벤트를 설명하는 KeyEventArgs입니다.

.NET Framework 보안

참고 항목

참조

KeyProcessor 클래스

Microsoft.VisualStudio.Text.Editor 네임스페이스