C# Class Microsoft.VisualStudio.Shell.Mocks.InteractiveWindowOperationsMock

Inheritance: IInteractiveWindowOperations
Datei anzeigen Open project: Microsoft/RTVS

Public Methods

Method Description
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

Method Details

Backspace() public method

public Backspace ( ) : bool
return bool

BreakLine() public method

public BreakLine ( ) : bool
return bool

Cancel() public method

public Cancel ( ) : void
return void

ClearHistory() public method

public ClearHistory ( ) : void
return void

ClearView() public method

public ClearView ( ) : void
return void

Cut() public method

public Cut ( ) : void
return void

Delete() public method

public Delete ( ) : bool
return bool

End() public method

public End ( bool extendSelection ) : void
extendSelection bool
return void

ExecuteInput() public method

public ExecuteInput ( ) : void
return void

HistoryNext() public method

public HistoryNext ( string search = null ) : void
search string
return void

HistoryPrevious() public method

public HistoryPrevious ( string search = null ) : void
search string
return void

HistorySearchNext() public method

public HistorySearchNext ( ) : void
return void

HistorySearchPrevious() public method

public HistorySearchPrevious ( ) : void
return void

Home() public method

public Home ( bool extendSelection ) : void
extendSelection bool
return void

InteractiveWindowOperationsMock() public method

public InteractiveWindowOperationsMock ( ITextBuffer textBuffer ) : System.Diagnostics.CodeAnalysis
textBuffer ITextBuffer
return System.Diagnostics.CodeAnalysis

Paste() public method

public Paste ( ) : bool
return bool

ResetAsync() public method

public ResetAsync ( bool initialize = true ) : Task
initialize bool
return Task

Return() public method

public Return ( ) : bool
return bool

SelectAll() public method

public SelectAll ( ) : void
return void

TrySubmitStandardInput() public method

public TrySubmitStandardInput ( ) : bool
return bool