C# 클래스 Microsoft.Languages.Editor.Controller.ViewController

상속: Controller
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
FromTextView ( ITextView textView ) : ViewController
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
Status ( System.Guid group, int id ) : CommandStatus

보호된 메소드들

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

비공개 메소드들

메소드 설명
BuildCommandSet ( ) : void
BuildControllerSet ( ) : void
OnTextViewDisconnected ( object sender, Microsoft.Languages.Editor.Text.TextViewListenerEventArgs e ) : void
ViewController ( ITextView textView, ITextBuffer textBuffer, ICompositionCatalog shell ) : System

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FromTextView() 공개 정적인 메소드

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

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

Status() 공개 메소드

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