C# Класс Microsoft.VisualStudio.R.Package.Repl.Commands.RExecuteCommand

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

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

Метод Описание
RExecuteCommand ( ITextView textView, IRInteractiveWorkflow interactiveWorkflow, Microsoft.Languages.Editor.Controller.Command.CommandId id ) : System
Status ( System.Guid group, int id ) : CommandStatus

Защищенные методы

Метод Описание
GetText ( IInteractiveWindowVisualComponent window ) : string

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

Метод Описание
TrimText ( string text ) : string

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

GetText() защищенный Метод

protected GetText ( IInteractiveWindowVisualComponent window ) : string
window IInteractiveWindowVisualComponent
Результат string

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

public RExecuteCommand ( ITextView textView, IRInteractiveWorkflow interactiveWorkflow, Microsoft.Languages.Editor.Controller.Command.CommandId id ) : System
textView ITextView
interactiveWorkflow IRInteractiveWorkflow
id Microsoft.Languages.Editor.Controller.Command.CommandId
Результат System

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

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