Property | Type | Description | |
---|---|---|---|
_textViewTracker | IActiveWpfTextViewTracker | ||
_workflow | IRInteractiveWorkflow |
Method | Description | |
---|---|---|
HelpOnCurrentCommandBase ( System.Guid group, int id, IRInteractiveWorkflow workflow, IActiveWpfTextViewTracker textViewTracker, IActiveRInteractiveWindowTracker activeReplTracker, string baseCommandName ) : System |
Method | Description | |
---|---|---|
GetActiveView ( ) : ITextView | ||
GetItemUnderCaret ( ) : string | ||
Handle ( ) : void | ||
Handle ( string item ) : void | ||
SetStatus ( ) : void |
protected abstract Handle ( string item ) : void | ||
item | string | |
return | void |
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 | |
return | System |
protected IActiveWpfTextViewTracker _textViewTracker | ||
return | IActiveWpfTextViewTracker |