Method | Description | |
---|---|---|
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult | ||
OleToCommandTargetShim ( ITextView textView, IOleCommandTarget oleTarget ) : System | ||
PostProcessInvoke ( Microsoft.R.Components.Controller.CommandResult result, System.Guid group, int id, object inputArg, object &outputArg ) : void | ||
Status ( System.Guid group, int id ) : CommandStatus |
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 OleToCommandTargetShim ( ITextView textView, IOleCommandTarget oleTarget ) : System | ||
textView | ITextView | |
oleTarget | IOleCommandTarget | |
return | System |
public PostProcessInvoke ( Microsoft.R.Components.Controller.CommandResult result, System.Guid group, int id, object inputArg, object &outputArg ) : void | ||
result | Microsoft.R.Components.Controller.CommandResult | |
group | System.Guid | |
id | int | |
inputArg | object | |
outputArg | object | |
return | void |
public Status ( System.Guid group, int id ) : CommandStatus | ||
group | System.Guid | |
id | int | |
return | CommandStatus |