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

Inheritance: LibrarySuggestedAction
ファイルを表示 Open project: Microsoft/RTVS

Public Methods

Method Description
LoadLibrarySuggestedAction ( ITextView textView, ITextBuffer textBuffer, IRInteractiveWorkflow workflow, int position ) : Microsoft.R.Components.InteractiveWorkflow

Protected Methods

Method Description
GetCommand ( string libraryName ) : string

Method Details

GetCommand() protected method

protected GetCommand ( string libraryName ) : string
libraryName string
return string

LoadLibrarySuggestedAction() public method

public LoadLibrarySuggestedAction ( ITextView textView, ITextBuffer textBuffer, IRInteractiveWorkflow workflow, int position ) : Microsoft.R.Components.InteractiveWorkflow
textView ITextView
textBuffer ITextBuffer
workflow IRInteractiveWorkflow
position int
return Microsoft.R.Components.InteractiveWorkflow