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

Inheritance: ICommandTarget
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode 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 méthode

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
Résultat Microsoft.R.Components.Controller.CommandResult

OleToCommandTargetShim() public méthode

public OleToCommandTargetShim ( ITextView textView, IOleCommandTarget oleTarget ) : System
textView ITextView
oleTarget IOleCommandTarget
Résultat System

PostProcessInvoke() public méthode

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
Résultat void

Status() public méthode

public Status ( System.Guid group, int id ) : CommandStatus
group System.Guid
id int
Résultat CommandStatus