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

상속: RSuggestedActionBase
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

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