C# 클래스 Microsoft.VisualStudio.R.Package.Help.HelpOnCurrentCommandBase

Base class for 'Help On Current' type of commands.
상속: Microsoft.VisualStudio.R.Package.Commands.PackageCommand
파일 보기 프로젝트 열기: Microsoft/RTVS

보호된 프로퍼티들

프로퍼티 타입 설명
_textViewTracker IActiveWpfTextViewTracker
_workflow IRInteractiveWorkflow

공개 메소드들

메소드 설명
HelpOnCurrentCommandBase ( System.Guid group, int id, IRInteractiveWorkflow workflow, IActiveWpfTextViewTracker textViewTracker, IActiveRInteractiveWindowTracker activeReplTracker, string baseCommandName ) : System

보호된 메소드들

메소드 설명
GetActiveView ( ) : ITextView
GetItemUnderCaret ( ) : string
Handle ( ) : void
Handle ( string item ) : void
SetStatus ( ) : void

메소드 상세

GetActiveView() 보호된 메소드

protected GetActiveView ( ) : ITextView
리턴 ITextView

GetItemUnderCaret() 보호된 메소드

protected GetItemUnderCaret ( ) : string
리턴 string

Handle() 보호된 메소드

protected Handle ( ) : void
리턴 void

Handle() 보호된 추상적인 메소드

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

HelpOnCurrentCommandBase() 공개 메소드

public HelpOnCurrentCommandBase ( System.Guid group, int id, IRInteractiveWorkflow workflow, IActiveWpfTextViewTracker textViewTracker, IActiveRInteractiveWindowTracker activeReplTracker, string baseCommandName ) : System
group System.Guid
id int
workflow IRInteractiveWorkflow
textViewTracker IActiveWpfTextViewTracker
activeReplTracker IActiveRInteractiveWindowTracker
baseCommandName string
리턴 System

SetStatus() 보호된 메소드

protected SetStatus ( ) : void
리턴 void

프로퍼티 상세

_textViewTracker 보호되어 있는 프로퍼티

protected IActiveWpfTextViewTracker _textViewTracker
리턴 IActiveWpfTextViewTracker

_workflow 보호되어 있는 프로퍼티

protected IRInteractiveWorkflow _workflow
리턴 IRInteractiveWorkflow