C# Класс Microsoft.VisualStudio.R.Package.History.Commands.ToggleMultilineHistorySelectionCommand

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

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

Метод Описание
Invoke ( System.Guid guid, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
Status ( System.Guid guid, int id ) : CommandStatus
ToggleMultilineHistorySelectionCommand ( ITextView textView, IRHistoryProvider historyProvider, IRInteractiveWorkflow interactiveWorkflow, IRToolsSettings settings ) : System

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

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

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

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

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

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

public ToggleMultilineHistorySelectionCommand ( ITextView textView, IRHistoryProvider historyProvider, IRInteractiveWorkflow interactiveWorkflow, IRToolsSettings settings ) : System
textView ITextView
historyProvider IRHistoryProvider
interactiveWorkflow IRInteractiveWorkflow
settings IRToolsSettings
Результат System