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

Base class for 'Help On Current' type of commands.
Inheritance: Microsoft.VisualStudio.R.Package.Commands.PackageCommand
Afficher le fichier Open project: Microsoft/RTVS

Protected Properties

Свойство Type Description
_textViewTracker IActiveWpfTextViewTracker
_workflow IRInteractiveWorkflow

Méthodes publiques

Méthode Description
HelpOnCurrentCommandBase ( System.Guid group, int id, IRInteractiveWorkflow workflow, IActiveWpfTextViewTracker textViewTracker, IActiveRInteractiveWindowTracker activeReplTracker, string baseCommandName ) : System

Méthodes protégées

Méthode Description
GetActiveView ( ) : ITextView
GetItemUnderCaret ( ) : string
Handle ( ) : void
Handle ( string item ) : void
SetStatus ( ) : void

Method Details

GetActiveView() protected méthode

protected GetActiveView ( ) : ITextView
Résultat ITextView

GetItemUnderCaret() protected méthode

protected GetItemUnderCaret ( ) : string
Résultat string

Handle() protected méthode

protected Handle ( ) : void
Résultat void

Handle() protected abstract méthode

protected abstract Handle ( string item ) : void
item string
Résultat void

HelpOnCurrentCommandBase() public méthode

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
Résultat System

SetStatus() protected méthode

protected SetStatus ( ) : void
Résultat void

Property Details

_textViewTracker protected_oe property

protected IActiveWpfTextViewTracker _textViewTracker
Résultat IActiveWpfTextViewTracker

_workflow protected_oe property

protected IRInteractiveWorkflow _workflow
Résultat IRInteractiveWorkflow