C# Класс Microsoft.Languages.Editor.Controller.ViewController

Наследование: Controller
Показать файл Открыть проект

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

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