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

Inheritance: ToolWindowPane, IVsInteractiveWindow
Datei anzeigen Open project: Microsoft/RTVS

Public Methods

Method Description
SetLanguage ( System.Guid languageServiceGuid, IContentType contentType ) : void
Show ( bool focus ) : void
VsInteractiveWindowMock ( IWpfTextView textView, IInteractiveEvaluator evaluator ) : System

Method Details

SetLanguage() public method

public SetLanguage ( System.Guid languageServiceGuid, IContentType contentType ) : void
languageServiceGuid System.Guid
contentType IContentType
return void

Show() public method

public Show ( bool focus ) : void
focus bool
return void

VsInteractiveWindowMock() public method

public VsInteractiveWindowMock ( IWpfTextView textView, IInteractiveEvaluator evaluator ) : System
textView IWpfTextView
evaluator IInteractiveEvaluator
return System