C# Class Microsoft.VisualStudio.R.Package.Help.ShowHelpOnCurrentCommand

'Help on ...' command that appears in the editor context menu.
Since command changes its name we have to make it package command since VS IDE no longer handles changing command names via OLE command target - it never calls IOlecommandTarget::QueryStatus with OLECMDTEXTF_NAME requesting changing names.
Inheritance: Microsoft.VisualStudio.R.Package.Commands.PackageCommand
Exibir arquivo Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
ShowHelpOnCurrentCommand ( IRInteractiveWorkflow workflow, IActiveWpfTextViewTracker textViewTracker, IActiveRInteractiveWindowTracker activeReplTracker ) : Microsoft.Common.Core

Protected Methods

Method Description
Handle ( string item ) : void

Method Details

Handle() protected method

protected Handle ( string item ) : void
item string
return void

ShowHelpOnCurrentCommand() public method

public ShowHelpOnCurrentCommand ( IRInteractiveWorkflow workflow, IActiveWpfTextViewTracker textViewTracker, IActiveRInteractiveWindowTracker activeReplTracker ) : Microsoft.Common.Core
workflow IRInteractiveWorkflow
textViewTracker IActiveWpfTextViewTracker
activeReplTracker IActiveRInteractiveWindowTracker
return Microsoft.Common.Core