C# 클래스 ShaderTools.VisualStudio.Hlsl.IntelliSense.HlslKeyProcessor

상속: KeyProcessor
파일 보기 프로젝트 열기: tgjones/HlslTools

공개 메소드들

메소드 설명
HlslKeyProcessor ( ITextView textView, IIntellisenseSessionStackMapService intellisenseSessionStackMapService ) : System.Windows.Input
PreviewKeyDown ( System.Windows.Input.KeyEventArgs args ) : void

비공개 메소드들

메소드 설명
ExecuteKeyboardCommandIfSessionActive ( IntellisenseKeyboardCommand command ) : bool

메소드 상세

HlslKeyProcessor() 공개 메소드

public HlslKeyProcessor ( ITextView textView, IIntellisenseSessionStackMapService intellisenseSessionStackMapService ) : System.Windows.Input
textView ITextView
intellisenseSessionStackMapService IIntellisenseSessionStackMapService
리턴 System.Windows.Input

PreviewKeyDown() 공개 메소드

public PreviewKeyDown ( System.Windows.Input.KeyEventArgs args ) : void
args System.Windows.Input.KeyEventArgs
리턴 void