C# Class Microsoft.R.Editor.Formatting.FormatOnPasteCommand

Inheritance: Microsoft.Languages.Editor.Controller.Command.EditingCommand
Show file Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FormatOnPasteCommand ( ITextView textView, ITextBuffer textBuffer, IEditorShell editorShell ) : System
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
Status ( System.Guid group, int id ) : CommandStatus

Method Details

FormatOnPasteCommand() public method

public FormatOnPasteCommand ( ITextView textView, ITextBuffer textBuffer, IEditorShell editorShell ) : System
textView ITextView
textBuffer ITextBuffer
editorShell IEditorShell
return System

Invoke() public method

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
return Microsoft.R.Components.Controller.CommandResult

Status() public method

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