C# Class Microsoft.Languages.Editor.Application.Controller.BraceCompletionCommandTarget

Inheritance: ICommandTarget
Mostra file Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BraceCompletionCommandTarget ( ITextView textView, ICoreShell coreShell ) : 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

Method Details

BraceCompletionCommandTarget() public method

public BraceCompletionCommandTarget ( ITextView textView, ICoreShell coreShell ) : System
textView ITextView
coreShell ICoreShell
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