C# Class Microsoft.VisualStudio.R.Package.Interop.OleToCommandTargetShim

Inheritance: ICommandTarget
Mostra file Open project: Microsoft/RTVS

Public Methods

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

Method Details

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

OleToCommandTargetShim() public method

public OleToCommandTargetShim ( ITextView textView, IOleCommandTarget oleTarget ) : System
textView ITextView
oleTarget IOleCommandTarget
return System

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