C# 클래스 Microsoft.R.Editor.Commands.RTypingCommandHandler

Processes typing in the R editor document. Implements ICommandTarget to receive typing as commands
상속: Microsoft.Languages.Editor.Completion.TypingCommandHandler
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
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

메소드 상세

Invoke() 공개 메소드

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
리턴 Microsoft.R.Components.Controller.CommandResult

PostProcessInvoke() 공개 메소드

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
리턴 void

RTypingCommandHandler() 공개 메소드

public RTypingCommandHandler ( ITextView textView, IEditorShell shell ) : System
textView ITextView
shell IEditorShell
리턴 System