C# 클래스 Microsoft.VisualStudio.R.Package.History.Commands.SendHistoryToSourceCommand

상속: Microsoft.Languages.Editor.Controller.Command.ViewCommand
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
SendHistoryToSourceCommand ( ITextView textView, IRHistoryProvider historyProvider, IRInteractiveWorkflow interactiveWorkflow, IContentTypeRegistryService contentTypeRegistry, IActiveWpfTextViewTracker textViewTracker ) : System
Status ( System.Guid guid, int id ) : CommandStatus

비공개 메소드들

메소드 설명
GetLastActiveRTextView ( ) : IWpfTextView

메소드 상세

Invoke() 공개 메소드

public Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
group System.Guid
id int
inputArg object
outputArg object
리턴 Microsoft.R.Components.Controller.CommandResult

SendHistoryToSourceCommand() 공개 메소드

public SendHistoryToSourceCommand ( ITextView textView, IRHistoryProvider historyProvider, IRInteractiveWorkflow interactiveWorkflow, IContentTypeRegistryService contentTypeRegistry, IActiveWpfTextViewTracker textViewTracker ) : System
textView ITextView
historyProvider IRHistoryProvider
interactiveWorkflow IRInteractiveWorkflow
contentTypeRegistry IContentTypeRegistryService
textViewTracker IActiveWpfTextViewTracker
리턴 System

Status() 공개 메소드

public Status ( System.Guid guid, int id ) : CommandStatus
guid System.Guid
id int
리턴 CommandStatus