C# Класс Microsoft.R.Editor.Commands.RMainController

Main R editor command controller
Наследование: Microsoft.Languages.Editor.Controller.ViewController
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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