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

상속: ToolWindowPane, IVsInteractiveWindow
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
SetLanguage ( System.Guid languageServiceGuid, IContentType contentType ) : void
Show ( bool focus ) : void
VsInteractiveWindowMock ( IWpfTextView textView, IInteractiveEvaluator evaluator ) : System

메소드 상세

SetLanguage() 공개 메소드

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

Show() 공개 메소드

public Show ( bool focus ) : void
focus bool
리턴 void

VsInteractiveWindowMock() 공개 메소드

public VsInteractiveWindowMock ( IWpfTextView textView, IInteractiveEvaluator evaluator ) : System
textView IWpfTextView
evaluator IInteractiveEvaluator
리턴 System