C# Класс Microsoft.Languages.Editor.BraceMatch.GotoBraceCommand

Наследование: Microsoft.Languages.Editor.Controller.Command.ViewCommand
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GotoBraceCommand ( ITextView textView, ITextBuffer textBuffer, ICoreShell shell ) : System
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
Status ( System.Guid group, int id ) : CommandStatus

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

Метод Описание
GotoBrace ( bool extendSelection ) : Microsoft.R.Components.Controller.CommandResult

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

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

public GotoBraceCommand ( ITextView textView, ITextBuffer textBuffer, ICoreShell shell ) : System
textView ITextView
textBuffer ITextBuffer
shell ICoreShell
Результат System

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