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
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode 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 méthode

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
Résultat Microsoft.R.Components.Controller.CommandResult

PostProcessInvoke() public méthode

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
Résultat void

RTypingCommandHandler() public méthode

public RTypingCommandHandler ( ITextView textView, IEditorShell shell ) : System
textView ITextView
shell IEditorShell
Résultat System