C# Class Microsoft.R.Editor.Commands.RTypingCommandHandler

Processes typing in the R editor document. Implements ICommandTarget to receive typing as commands
Inheritance: Microsoft.Languages.Editor.Completion.TypingCommandHandler
Exibir arquivo Open project: Microsoft/RTVS

Public Methods

Method Description
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
PostProcessInvoke ( Microsoft.R.Components.Controller.CommandResult result, System.Guid group, int id, object inputArg, object &outputArg ) : void
RTypingCommandHandler ( ITextView textView, IEditorShell shell ) : System

Method Details

Invoke() public method

public Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
group System.Guid
id int
inputArg object
outputArg object
return Microsoft.R.Components.Controller.CommandResult

PostProcessInvoke() public method

public PostProcessInvoke ( Microsoft.R.Components.Controller.CommandResult result, System.Guid group, int id, object inputArg, object &outputArg ) : void
result Microsoft.R.Components.Controller.CommandResult
group System.Guid
id int
inputArg object
outputArg object
return void

RTypingCommandHandler() public method

public RTypingCommandHandler ( ITextView textView, IEditorShell shell ) : System
textView ITextView
shell IEditorShell
return System