C# Class Microsoft.R.Editor.SuggestedActions.Actions.LibrarySuggestedAction

Inheritance: RSuggestedActionBase
ファイルを表示 Open project: Microsoft/RTVS

Public Methods

Method Description
Invoke ( CancellationToken cancellationToken ) : void

Protected Methods

Method Description
GetCommand ( string libraryName ) : string
LibrarySuggestedAction ( ITextView textView, ITextBuffer textBuffer, IRInteractiveWorkflow workflow, int position, string displayText ) : System

Method Details

GetCommand() protected abstract method

protected abstract GetCommand ( string libraryName ) : string
libraryName string
return string

Invoke() public method

public Invoke ( CancellationToken cancellationToken ) : void
cancellationToken System.Threading.CancellationToken
return void

LibrarySuggestedAction() protected method

protected LibrarySuggestedAction ( ITextView textView, ITextBuffer textBuffer, IRInteractiveWorkflow workflow, int position, string displayText ) : System
textView ITextView
textBuffer ITextBuffer
workflow IRInteractiveWorkflow
position int
displayText string
return System