C# 클래스 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.
상속: HelpOnCurrentCommandBase
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
SearchWebForCurrentCommand ( IRInteractiveWorkflow workflow, IActiveWpfTextViewTracker textViewTracker, IActiveRInteractiveWindowTracker activeReplTracker, IWebBrowserServices webBrowserServices ) : System

보호된 메소드들

메소드 설명
Handle ( string item ) : void

메소드 상세

Handle() 보호된 메소드

protected Handle ( string item ) : void
item string
리턴 void

SearchWebForCurrentCommand() 공개 메소드

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