C# 클래스 Microsoft.R.Editor.SuggestedActions.Actions.RSuggestedActionBase

상속: Microsoft.Languages.Editor.SuggestedActions.SuggestedActionBase
파일 보기 프로젝트 열기: Microsoft/RTVS

보호된 메소드들

메소드 설명
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