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

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

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

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

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

Метод Описание
GetLastActiveRTextView ( ) : IWpfTextView

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

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

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

public SendHistoryToSourceCommand ( ITextView textView, IRHistoryProvider historyProvider, IRInteractiveWorkflow interactiveWorkflow, IContentTypeRegistryService contentTypeRegistry, IActiveWpfTextViewTracker textViewTracker ) : System
textView ITextView
historyProvider IRHistoryProvider
interactiveWorkflow IRInteractiveWorkflow
contentTypeRegistry IContentTypeRegistryService
textViewTracker IActiveWpfTextViewTracker
Результат System

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

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