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

Наследование: Microsoft.Languages.Editor.SuggestedActions.SuggestedActionBase
Показать файл Открыть проект

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

Метод Описание
RSuggestedActionBase ( ITextView textView, ITextBuffer textBuffer, IRInteractiveWorkflow workflow, int position, string displayText ) : System
SubmitToInteractive ( string command, CancellationToken cancellationToken ) : void

Приватные методы

Метод Описание
SubmitAsync ( string command, CancellationToken cancellationToken ) : Task
SubmitToInteractiveAsync ( string command, CancellationToken cancellationToken ) : Task

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

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

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

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

protected SubmitToInteractive ( string command, CancellationToken cancellationToken ) : void
command string
cancellationToken System.Threading.CancellationToken
Результат void