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 |
public GoToDefinitionCommand ( ITextView textView, ITextBuffer textBuffer, IObjectViewer objectViewer, IRSession session ) : System | ||
textView | ITextView | |
textBuffer | ITextBuffer | |
objectViewer | IObjectViewer | |
session | IRSession | |
return | System |
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 |
public Status ( System.Guid group, int id ) : CommandStatus | ||
group | System.Guid | |
id | int | |
return | CommandStatus |