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

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

공개 메소드들

메소드 설명
Attach ( ITextView textView, ITextBuffer textBuffer, ICoreShell shell ) : RMainController

Attaches command controller to the view and projected buffer

FromTextView ( ITextView textView ) : RMainController

Retrieves R command controller from text view

RMainController ( 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.

비공개 메소드들

메소드 설명
IsCompletionCommand ( System.Guid group, int id ) : bool

Determines if command is one of the completion commands

메소드 상세

Attach() 공개 정적인 메소드

Attaches command controller to the view and projected buffer
public static Attach ( ITextView textView, ITextBuffer textBuffer, ICoreShell shell ) : RMainController
textView ITextView
textBuffer ITextBuffer
shell ICoreShell
리턴 RMainController

Dispose() 보호된 메소드

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

FromTextView() 공개 정적인 메소드

Retrieves R command controller from text view
public static FromTextView ( ITextView textView ) : RMainController
textView ITextView
리턴 RMainController

RMainController() 공개 메소드

public RMainController ( 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