C# 클래스 Microsoft.Markdown.Editor.Commands.MdMainController

Main R editor command controller
상속: Microsoft.Languages.Editor.Controller.ViewController
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
Attach ( ITextView textView, ITextBuffer textBuffer, ICoreShell coreShell ) : MdMainController
FromTextView ( ITextView textView ) : MdMainController
GetContainedCommandTarget ( ) : ICommandTarget

Retrieves command target of secondary language if any. Uses current caret position to detemine if it is in a secondary language block.

Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
MdMainController ( ITextView textView, ITextBuffer textBuffer, ICoreShell shell ) : System
Status ( System.Guid group, int id ) : CommandStatus

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes main controller and removes it from service manager.

메소드 상세

Attach() 공개 정적인 메소드

public static Attach ( ITextView textView, ITextBuffer textBuffer, ICoreShell coreShell ) : MdMainController
textView ITextView
textBuffer ITextBuffer
coreShell ICoreShell
리턴 MdMainController

Dispose() 보호된 메소드

Disposes main controller and removes it from service manager.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FromTextView() 공개 정적인 메소드

public static FromTextView ( ITextView textView ) : MdMainController
textView ITextView
리턴 MdMainController

GetContainedCommandTarget() 공개 메소드

Retrieves command target of secondary language if any. Uses current caret position to detemine if it is in a secondary language block.
public GetContainedCommandTarget ( ) : ICommandTarget
리턴 ICommandTarget

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

MdMainController() 공개 메소드

public MdMainController ( ITextView textView, ITextBuffer textBuffer, ICoreShell shell ) : System
textView ITextView
textBuffer ITextBuffer
shell ICoreShell
리턴 System

Status() 공개 메소드

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