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

Inheritance: RSuggestedActionBase
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
Invoke ( CancellationToken cancellationToken ) : void

Méthodes protégées

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

Method Details

GetCommand() protected abstract méthode

protected abstract GetCommand ( string libraryName ) : string
libraryName string
Résultat string

Invoke() public méthode

public Invoke ( CancellationToken cancellationToken ) : void
cancellationToken System.Threading.CancellationToken
Résultat void

LibrarySuggestedAction() protected méthode

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