Method | Description | |
---|---|---|
CommandTargetToOleShim ( ITextView textView, ICommandTarget commandTarget ) : System | ||
Exec ( System.Guid &guidCommandGroup, uint commandID, uint commandExecOpt, |
||
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult | ||
Invoke ( ICommandTarget commandTarget, System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult | ||
PostProcessInvoke ( Microsoft.R.Components.Controller.CommandResult result, System.Guid group, int id, object inputArg, object &outputArg ) : void | ||
QueryStatus ( System.Guid &guidCommandGroup, uint commandCount, OLECMD commandArray, |
||
Status ( System.Guid group, int id ) : CommandStatus |
Method | Description | |
---|---|---|
GetShortPositionFromInputArg ( |
||
TranslateInputArg ( System.Guid &guidCommandGroup, uint commandID, |
public CommandTargetToOleShim ( ITextView textView, ICommandTarget commandTarget ) : System | ||
textView | ITextView | |
commandTarget | ICommandTarget | |
return | System |
public Exec ( System.Guid &guidCommandGroup, uint commandID, uint commandExecOpt, |
||
guidCommandGroup | System.Guid | |
commandID | uint | |
commandExecOpt | uint | |
variantIn | ||
variantOut | ||
return | int |
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 Invoke ( ICommandTarget commandTarget, System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult | ||
commandTarget | ICommandTarget | |
group | System.Guid | |
id | int | |
inputArg | object | |
outputArg | object | |
return | Microsoft.R.Components.Controller.CommandResult |
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 QueryStatus ( System.Guid &guidCommandGroup, uint commandCount, OLECMD commandArray, |
||
guidCommandGroup | System.Guid | |
commandCount | uint | |
commandArray | OLECMD | |
commandText | ||
return | int |
public Status ( System.Guid group, int id ) : CommandStatus | ||
group | System.Guid | |
id | int | |
return | CommandStatus |