C# Класс Microsoft.R.Editor.Comments.UncommentCommand

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

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

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

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

Метод Описание
UncommentCommand ( ITextView textView, ITextBuffer textBuffer, IEditorShell editorShell ) : 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