C# Class Microsoft.R.Editor.Comments.UncommentCommand

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

Public Methods

Method Description
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
Status ( System.Guid group, int id ) : CommandStatus

Private Methods

Method Description
UncommentCommand ( ITextView textView, ITextBuffer textBuffer, IEditorShell editorShell ) : System

Method Details

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