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

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

Méthodes publiques

Méthode 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 méthode

public Backspace ( ) : bool
Résultat bool

BreakLine() public méthode

public BreakLine ( ) : bool
Résultat bool

Cancel() public méthode

public Cancel ( ) : void
Résultat void

ClearHistory() public méthode

public ClearHistory ( ) : void
Résultat void

ClearView() public méthode

public ClearView ( ) : void
Résultat void

Cut() public méthode

public Cut ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : bool
Résultat bool

End() public méthode

public End ( bool extendSelection ) : void
extendSelection bool
Résultat void

ExecuteInput() public méthode

public ExecuteInput ( ) : void
Résultat void

HistoryNext() public méthode

public HistoryNext ( string search = null ) : void
search string
Résultat void

HistoryPrevious() public méthode

public HistoryPrevious ( string search = null ) : void
search string
Résultat void

HistorySearchNext() public méthode

public HistorySearchNext ( ) : void
Résultat void

HistorySearchPrevious() public méthode

public HistorySearchPrevious ( ) : void
Résultat void

Home() public méthode

public Home ( bool extendSelection ) : void
extendSelection bool
Résultat void

InteractiveWindowOperationsMock() public méthode

public InteractiveWindowOperationsMock ( ITextBuffer textBuffer ) : System.Diagnostics.CodeAnalysis
textBuffer ITextBuffer
Résultat System.Diagnostics.CodeAnalysis

Paste() public méthode

public Paste ( ) : bool
Résultat bool

ResetAsync() public méthode

public ResetAsync ( bool initialize = true ) : Task
initialize bool
Résultat Task

Return() public méthode

public Return ( ) : bool
Résultat bool

SelectAll() public méthode

public SelectAll ( ) : void
Résultat void

TrySubmitStandardInput() public méthode

public TrySubmitStandardInput ( ) : bool
Résultat bool