C# Class Microsoft.R.Editor.Navigation.Commands.GoToDefinitionCommand

Inheritance: Microsoft.Languages.Editor.Controller.Command.ViewCommand
Datei anzeigen Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
GoToDefinitionCommand ( ITextView textView, ITextBuffer textBuffer, IObjectViewer objectViewer, IRSession session ) : 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

GoToDefinitionCommand() public method

public GoToDefinitionCommand ( ITextView textView, ITextBuffer textBuffer, IObjectViewer objectViewer, IRSession session ) : System
textView ITextView
textBuffer ITextBuffer
objectViewer IObjectViewer
session IRSession
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