C# Class Microsoft.R.Editor.Completion.Documentation.InsertRoxygenBlockCommand

Inheritance: Microsoft.Languages.Editor.Controller.Command.ViewCommand
ファイルを表示 Open project: Microsoft/RTVS

Public Methods

Method Description
InsertRoxygenBlockCommand ( ITextView textView, ITextBuffer textBuffer ) : 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

InsertRoxygenBlockCommand() public method

public InsertRoxygenBlockCommand ( ITextView textView, ITextBuffer textBuffer ) : System
textView ITextView
textBuffer ITextBuffer
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