C# Class Microsoft.R.Components.History.Implementation.RHistoryProvider

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

Méthodes publiques

Méthode Description
CreateFiltering ( IRHistoryWindowVisualComponent visualComponent ) : IRHistoryFiltering
CreateRHistory ( IRInteractiveWorkflow interactiveWorkflow ) : IRHistory
GetAssociatedRHistory ( ITextBuffer textBuffer ) : IRHistory
GetAssociatedRHistory ( ITextView textView ) : IRHistory

Private Methods

Méthode Description
RHistoryProvider ( ITextBufferFactoryService textBufferFactory, IContentTypeRegistryService contentTypeRegistryService, IEditorOperationsFactoryService editorOperationsFactory, IRtfBuilderService rtfBuilderService, ITextSearchService2 textSearchService, IRSettings settings ) : System.Collections.Generic
RemoveRHistory ( ITextBuffer textBuffer ) : void

Method Details

CreateFiltering() public méthode

public CreateFiltering ( IRHistoryWindowVisualComponent visualComponent ) : IRHistoryFiltering
visualComponent IRHistoryWindowVisualComponent
Résultat IRHistoryFiltering

CreateRHistory() public méthode

public CreateRHistory ( IRInteractiveWorkflow interactiveWorkflow ) : IRHistory
interactiveWorkflow IRInteractiveWorkflow
Résultat IRHistory

GetAssociatedRHistory() public méthode

public GetAssociatedRHistory ( ITextBuffer textBuffer ) : IRHistory
textBuffer ITextBuffer
Résultat IRHistory

GetAssociatedRHistory() public méthode

public GetAssociatedRHistory ( ITextView textView ) : IRHistory
textView ITextView
Résultat IRHistory