C# 클래스 Microsoft.VisualStudio.Shell.Mocks.InteractiveWindowOperationsMock

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

공개 메소드들

메소드 설명
Backspace ( ) : bool
BreakLine ( ) : bool
Cancel ( ) : void
ClearHistory ( ) : void
ClearView ( ) : void
Cut ( ) : void
Delete ( ) : bool
End ( bool extendSelection ) : void
ExecuteInput ( ) : void
HistoryNext ( string search = null ) : void
HistoryPrevious ( string search = null ) : void
HistorySearchNext ( ) : void
HistorySearchPrevious ( ) : void
Home ( bool extendSelection ) : void
InteractiveWindowOperationsMock ( ITextBuffer textBuffer ) : System.Diagnostics.CodeAnalysis
Paste ( ) : bool
ResetAsync ( bool initialize = true ) : Task
Return ( ) : bool
SelectAll ( ) : void
TrySubmitStandardInput ( ) : bool

메소드 상세

Backspace() 공개 메소드

public Backspace ( ) : bool
리턴 bool

BreakLine() 공개 메소드

public BreakLine ( ) : bool
리턴 bool

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

ClearHistory() 공개 메소드

public ClearHistory ( ) : void
리턴 void

ClearView() 공개 메소드

public ClearView ( ) : void
리턴 void

Cut() 공개 메소드

public Cut ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : bool
리턴 bool

End() 공개 메소드

public End ( bool extendSelection ) : void
extendSelection bool
리턴 void

ExecuteInput() 공개 메소드

public ExecuteInput ( ) : void
리턴 void

HistoryNext() 공개 메소드

public HistoryNext ( string search = null ) : void
search string
리턴 void

HistoryPrevious() 공개 메소드

public HistoryPrevious ( string search = null ) : void
search string
리턴 void

HistorySearchNext() 공개 메소드

public HistorySearchNext ( ) : void
리턴 void

HistorySearchPrevious() 공개 메소드

public HistorySearchPrevious ( ) : void
리턴 void

Home() 공개 메소드

public Home ( bool extendSelection ) : void
extendSelection bool
리턴 void

InteractiveWindowOperationsMock() 공개 메소드

public InteractiveWindowOperationsMock ( ITextBuffer textBuffer ) : System.Diagnostics.CodeAnalysis
textBuffer ITextBuffer
리턴 System.Diagnostics.CodeAnalysis

Paste() 공개 메소드

public Paste ( ) : bool
리턴 bool

ResetAsync() 공개 메소드

public ResetAsync ( bool initialize = true ) : Task
initialize bool
리턴 Task

Return() 공개 메소드

public Return ( ) : bool
리턴 bool

SelectAll() 공개 메소드

public SelectAll ( ) : void
리턴 void

TrySubmitStandardInput() 공개 메소드

public TrySubmitStandardInput ( ) : bool
리턴 bool