C# 클래스 Microsoft.Languages.Editor.Application.Controller.BaseController

상속: ICommandTarget
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CanPerformEditAction CommandStatus
PerformEditAction Microsoft.R.Components.Controller.CommandResult

공개 메소드들

메소드 설명
Initialize ( ITextView view, IEditorOperations editorOperations, ITextBufferUndoManager undoManager, ICoreShell coreShell ) : void
Invoke ( System.Guid group, int id, object args, object &outargs ) : Microsoft.R.Components.Controller.CommandResult
PostProcessInvoke ( Microsoft.R.Components.Controller.CommandResult result, System.Guid group, int id, object inputArg, object &outputArg ) : void
Status ( System.Guid group, int id ) : CommandStatus

비공개 메소드들

메소드 설명
CanPerformEditAction ( ) : CommandStatus
PerformEditAction ( System.Action editAction ) : Microsoft.R.Components.Controller.CommandResult

Performs the passed editAction if the view does not prohibit user input.

메소드 상세

Initialize() 공개 메소드

public Initialize ( ITextView view, IEditorOperations editorOperations, ITextBufferUndoManager undoManager, ICoreShell coreShell ) : void
view ITextView
editorOperations IEditorOperations
undoManager ITextBufferUndoManager
coreShell ICoreShell
리턴 void

Invoke() 공개 메소드

public Invoke ( System.Guid group, int id, object args, object &outargs ) : Microsoft.R.Components.Controller.CommandResult
group System.Guid
id int
args object
outargs 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

Status() 공개 메소드

public Status ( System.Guid group, int id ) : CommandStatus
group System.Guid
id int
리턴 CommandStatus