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

Inheritance: Microsoft.Languages.Editor.SuggestedActions.SuggestedActionBase
ファイルを表示 Open project: Microsoft/RTVS

Protected Methods

Method Description
RSuggestedActionBase ( ITextView textView, ITextBuffer textBuffer, IRInteractiveWorkflow workflow, int position, string displayText ) : System
SubmitToInteractive ( string command, CancellationToken cancellationToken ) : void

Private Methods

Method Description
SubmitAsync ( string command, CancellationToken cancellationToken ) : Task
SubmitToInteractiveAsync ( string command, CancellationToken cancellationToken ) : Task

Method Details

RSuggestedActionBase() protected method

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

SubmitToInteractive() protected method

protected SubmitToInteractive ( string command, CancellationToken cancellationToken ) : void
command string
cancellationToken System.Threading.CancellationToken
return void