C# Класс Microsoft.Markdown.Editor.ContainedLanguage.CommandTargetProxy

A proxy class that allows delayed chaining of controllers in case contained language sets its command target first before primary view is created. When finally the primary view is created it sets actual command target on the proxy.
Наследование: ICommandTarget
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetProxyTarget ( ITextView textView, ICoreShell coreShell ) : CommandTargetProxy
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
PostProcessInvoke ( Microsoft.R.Components.Controller.CommandResult result, System.Guid group, int id, object inputArg, object &outputArg ) : void
SetCommandTarget ( ITextView textView, ICommandTarget target ) : void
Status ( System.Guid group, int id ) : CommandStatus

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

Метод Описание
CommandTargetProxy ( ITextView textView, ICoreShell coreShell ) : System

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

GetProxyTarget() публичный статический Метод

public static GetProxyTarget ( ITextView textView, ICoreShell coreShell ) : CommandTargetProxy
textView ITextView
coreShell ICoreShell
Результат CommandTargetProxy

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

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

SetCommandTarget() публичный статический Метод

public static SetCommandTarget ( ITextView textView, ICommandTarget target ) : void
textView ITextView
target ICommandTarget
Результат void

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

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