C# Класс Microsoft.Languages.Editor.Application.Controller.BaseController

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

Private Properties

Свойство Тип Описание
CanPerformEditAction CommandStatus
PerformEditAction Microsoft.R.Components.Controller.CommandResult

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

Метод Описание
Initialize ( ITextView view, IEditorOperations editorOperations, ITextBufferUndoManager undoManager, ICoreShell coreShell ) : void
Invoke ( System.Guid group, int id, object args, object &outargs ) : Microsoft.R.Components.Controller.CommandResult
PostProcessInvoke ( Microsoft.R.Components.Controller.CommandResult result, System.Guid group, int id, object inputArg, object &outputArg ) : void
Status ( System.Guid group, int id ) : CommandStatus

Приватные методы

Метод Описание
CanPerformEditAction ( ) : CommandStatus
PerformEditAction ( System.Action editAction ) : Microsoft.R.Components.Controller.CommandResult

Performs the passed editAction if the view does not prohibit user input.

Описание методов

Initialize() публичный Метод

public Initialize ( ITextView view, IEditorOperations editorOperations, ITextBufferUndoManager undoManager, ICoreShell coreShell ) : void
view ITextView
editorOperations IEditorOperations
undoManager ITextBufferUndoManager
coreShell ICoreShell
Результат void

Invoke() публичный Метод

public Invoke ( System.Guid group, int id, object args, object &outargs ) : Microsoft.R.Components.Controller.CommandResult
group System.Guid
id int
args object
outargs object
Результат Microsoft.R.Components.Controller.CommandResult

PostProcessInvoke() публичный Метод

public PostProcessInvoke ( Microsoft.R.Components.Controller.CommandResult result, System.Guid group, int id, object inputArg, object &outputArg ) : void
result Microsoft.R.Components.Controller.CommandResult
group System.Guid
id int
inputArg object
outputArg object
Результат void

Status() публичный Метод

public Status ( System.Guid group, int id ) : CommandStatus
group System.Guid
id int
Результат CommandStatus