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

Inheritance: ToolWindowPane, IVsInteractiveWindow
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

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

Method Details

SetLanguage() public méthode

public SetLanguage ( System.Guid languageServiceGuid, IContentType contentType ) : void
languageServiceGuid System.Guid
contentType IContentType
Résultat void

Show() public méthode

public Show ( bool focus ) : void
focus bool
Résultat void

VsInteractiveWindowMock() public méthode

public VsInteractiveWindowMock ( IWpfTextView textView, IInteractiveEvaluator evaluator ) : System
textView IWpfTextView
evaluator IInteractiveEvaluator
Résultat System