C# 클래스 Microsoft.R.Components.History.Implementation.RHistoryProvider

상속: IRHistoryProvider
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
CreateFiltering ( IRHistoryWindowVisualComponent visualComponent ) : IRHistoryFiltering
CreateRHistory ( IRInteractiveWorkflow interactiveWorkflow ) : IRHistory
GetAssociatedRHistory ( ITextBuffer textBuffer ) : IRHistory
GetAssociatedRHistory ( ITextView textView ) : IRHistory

비공개 메소드들

메소드 설명
RHistoryProvider ( ITextBufferFactoryService textBufferFactory, IContentTypeRegistryService contentTypeRegistryService, IEditorOperationsFactoryService editorOperationsFactory, IRtfBuilderService rtfBuilderService, ITextSearchService2 textSearchService, IRSettings settings ) : System.Collections.Generic
RemoveRHistory ( ITextBuffer textBuffer ) : void

메소드 상세

CreateFiltering() 공개 메소드

public CreateFiltering ( IRHistoryWindowVisualComponent visualComponent ) : IRHistoryFiltering
visualComponent IRHistoryWindowVisualComponent
리턴 IRHistoryFiltering

CreateRHistory() 공개 메소드

public CreateRHistory ( IRInteractiveWorkflow interactiveWorkflow ) : IRHistory
interactiveWorkflow IRInteractiveWorkflow
리턴 IRHistory

GetAssociatedRHistory() 공개 메소드

public GetAssociatedRHistory ( ITextBuffer textBuffer ) : IRHistory
textBuffer ITextBuffer
리턴 IRHistory

GetAssociatedRHistory() 공개 메소드

public GetAssociatedRHistory ( ITextView textView ) : IRHistory
textView ITextView
리턴 IRHistory