C# Class ShaderTools.VisualStudio.Hlsl.IntelliSense.HlslKeyProcessor

Inheritance: KeyProcessor
Afficher le fichier Open project: tgjones/HlslTools

Méthodes publiques

Méthode Description
HlslKeyProcessor ( ITextView textView, IIntellisenseSessionStackMapService intellisenseSessionStackMapService ) : System.Windows.Input
PreviewKeyDown ( System.Windows.Input.KeyEventArgs args ) : void

Private Methods

Méthode Description
ExecuteKeyboardCommandIfSessionActive ( IntellisenseKeyboardCommand command ) : bool

Method Details

HlslKeyProcessor() public méthode

public HlslKeyProcessor ( ITextView textView, IIntellisenseSessionStackMapService intellisenseSessionStackMapService ) : System.Windows.Input
textView ITextView
intellisenseSessionStackMapService IIntellisenseSessionStackMapService
Résultat System.Windows.Input

PreviewKeyDown() public méthode

public PreviewKeyDown ( System.Windows.Input.KeyEventArgs args ) : void
args System.Windows.Input.KeyEventArgs
Résultat void