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
ファイルを表示 Open project: Microsoft/RTVS

Public Methods

Method Description
SearchWebForCurrentCommand ( IRInteractiveWorkflow workflow, IActiveWpfTextViewTracker textViewTracker, IActiveRInteractiveWindowTracker activeReplTracker, IWebBrowserServices webBrowserServices ) : System

Protected Methods

Method Description
Handle ( string item ) : void

Method Details

Handle() protected method

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

SearchWebForCurrentCommand() public method

public SearchWebForCurrentCommand ( IRInteractiveWorkflow workflow, IActiveWpfTextViewTracker textViewTracker, IActiveRInteractiveWindowTracker activeReplTracker, IWebBrowserServices webBrowserServices ) : System
workflow IRInteractiveWorkflow
textViewTracker IActiveWpfTextViewTracker
activeReplTracker IActiveRInteractiveWindowTracker
webBrowserServices IWebBrowserServices
return System