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

'Search Web for ...' 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: HelpOnCurrentCommandBase
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
SearchWebForCurrentCommand ( IRInteractiveWorkflow workflow, IActiveWpfTextViewTracker textViewTracker, IActiveRInteractiveWindowTracker activeReplTracker, IWebBrowserServices webBrowserServices ) : System

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

SearchWebForCurrentCommand() public méthode

public SearchWebForCurrentCommand ( IRInteractiveWorkflow workflow, IActiveWpfTextViewTracker textViewTracker, IActiveRInteractiveWindowTracker activeReplTracker, IWebBrowserServices webBrowserServices ) : System
workflow IRInteractiveWorkflow
textViewTracker IActiveWpfTextViewTracker
activeReplTracker IActiveRInteractiveWindowTracker
webBrowserServices IWebBrowserServices
Résultat System