C# Class Microsoft.VisualStudio.R.Package.Repl.Commands.RExecuteCommand

Inheritance: Microsoft.Languages.Editor.Controller.Command.ViewCommand
Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
RExecuteCommand ( ITextView textView, IRInteractiveWorkflow interactiveWorkflow, Microsoft.Languages.Editor.Controller.Command.CommandId id ) : System
Status ( System.Guid group, int id ) : CommandStatus

Protected Methods

Method Description
GetText ( IInteractiveWindowVisualComponent window ) : string

Private Methods

Method Description
TrimText ( string text ) : string

Method Details

GetText() protected method

protected GetText ( IInteractiveWindowVisualComponent window ) : string
window IInteractiveWindowVisualComponent
return string

RExecuteCommand() public method

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
return System

Status() public method

public Status ( System.Guid group, int id ) : CommandStatus
group System.Guid
id int
return CommandStatus