C# Class Microsoft.VisualStudio.R.Package.Commands.RHistory.VsRHistoryCommandFactory

Inheritance: ICommandFactory
Mostrar archivo Open project: Microsoft/RTVS

Public Methods

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

Private Methods

Method Description
VsRHistoryCommandFactory ( IRHistoryProvider historyProvider, IRInteractiveWorkflowProvider interactiveWorkflowProvider, IContentTypeRegistryService contentTypeRegistry, IActiveWpfTextViewTracker textViewTracker ) : System.Collections.Generic

Method Details

GetCommands() public method

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