Свойство | Тип | Описание | |
---|---|---|---|
IsPossibleFilePathCompletion | bool |
Метод | Описание | |
---|---|---|
ExpansionsController ( ITextView textView, ITextBuffer textBuffer, IVsExpansionManager expansionManager, IExpansionsCache cache ) : System | ||
Invoke ( 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 | ||
Status ( System.Guid group, int id ) : CommandStatus |
Метод | Описание | |
---|---|---|
IsPossibleFilePathCompletion ( ) : bool |
public ExpansionsController ( ITextView textView, ITextBuffer textBuffer, IVsExpansionManager expansionManager, IExpansionsCache cache ) : System | ||
textView | ITextView | |
textBuffer | ITextBuffer | |
expansionManager | IVsExpansionManager | |
cache | IExpansionsCache | |
Результат | 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 | |
Результат | 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 | |
Результат | void |
public Status ( System.Guid group, int id ) : CommandStatus | ||
group | System.Guid | |
id | int | |
Результат | CommandStatus |