C# Класс Microsoft.R.Editor.SuggestedActions.Actions.LibrarySuggestedAction

Наследование: RSuggestedActionBase
Показать файл Открыть проект

Открытые методы

Метод Описание
Invoke ( CancellationToken cancellationToken ) : void

Защищенные методы

Метод Описание
GetCommand ( string libraryName ) : string
LibrarySuggestedAction ( ITextView textView, ITextBuffer textBuffer, IRInteractiveWorkflow workflow, int position, string displayText ) : System

Описание методов

GetCommand() защищенный абстрактный Метод

protected abstract GetCommand ( string libraryName ) : string
libraryName string
Результат string

Invoke() публичный Метод

public Invoke ( CancellationToken cancellationToken ) : void
cancellationToken System.Threading.CancellationToken
Результат void

LibrarySuggestedAction() защищенный Метод

protected LibrarySuggestedAction ( ITextView textView, ITextBuffer textBuffer, IRInteractiveWorkflow workflow, int position, string displayText ) : System
textView ITextView
textBuffer ITextBuffer
workflow IRInteractiveWorkflow
position int
displayText string
Результат System