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
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Handle ( string item ) : void

Method Details

Handle() protected méthode

protected Handle ( string item ) : void
item string
Résultat void

ShowHelpOnCurrentCommand() public méthode

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