C# 클래스 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.
상속: Microsoft.VisualStudio.R.Package.Commands.PackageCommand
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
ShowHelpOnCurrentCommand ( IRInteractiveWorkflow workflow, IActiveWpfTextViewTracker textViewTracker, IActiveRInteractiveWindowTracker activeReplTracker ) : Microsoft.Common.Core

보호된 메소드들

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

메소드 상세

Handle() 보호된 메소드

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

ShowHelpOnCurrentCommand() 공개 메소드

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