C# Class Microsoft.VisualStudio.R.Package.Expansions.ExpansionsController

Code expansions (aka snippets) command controller
Inheritance: ICommandTarget
Exibir arquivo Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Property Type Description
IsPossibleFilePathCompletion bool

Public Methods

Method Description
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

Private Methods

Method Description
IsPossibleFilePathCompletion ( ) : bool

Method Details

ExpansionsController() public method

public ExpansionsController ( ITextView textView, ITextBuffer textBuffer, IVsExpansionManager expansionManager, IExpansionsCache cache ) : System
textView ITextView
textBuffer ITextBuffer
expansionManager IVsExpansionManager
cache IExpansionsCache
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

PostProcessInvoke() public method

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

Status() public method

public Status ( System.Guid group, int id ) : CommandStatus
group System.Guid
id int
return CommandStatus