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

Inheritance: ICommandFactory
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
GetCommands ( ITextView textView, ITextBuffer textBuffer ) : IEnumerable

Private Methods

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

Method Details

GetCommands() public méthode

public GetCommands ( ITextView textView, ITextBuffer textBuffer ) : IEnumerable
textView ITextView
textBuffer ITextBuffer
Résultat IEnumerable