C# Class Microsoft.VisualStudio.R.Package.Repl.Commands.ReplCommandFactory

Inheritance: ICommandFactory
显示文件 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
GetCommands ( ITextView textView, ITextBuffer textBuffer ) : IEnumerable

Method Details

GetCommands() public method

public GetCommands ( ITextView textView, ITextBuffer textBuffer ) : IEnumerable
textView ITextView
textBuffer ITextBuffer
return IEnumerable