C# 클래스 ThoughtWorks.VisualStudio.MurmurViewWindowPane

상속: Microsoft.VisualStudio.Shell.ToolWindowPane
파일 보기 프로젝트 열기: ThoughtWorksStudios/vs-connector 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Control MurmurViewControl

공개 메소드들

메소드 설명
MurmurViewWindowPane ( ) : System

Standard constructor for the tool window.

OnToolWindowCreated ( ) : void

This is called after our control has been created and sited. This is a good place to initialize the control with data gathered from Visual Studio services.

보호된 메소드들

메소드 설명
Initialize ( ViewModel model ) : void

메소드 상세

Initialize() 보호된 메소드

protected Initialize ( ViewModel model ) : void
model ViewModel
리턴 void

MurmurViewWindowPane() 공개 메소드

Standard constructor for the tool window.
public MurmurViewWindowPane ( ) : System
리턴 System

OnToolWindowCreated() 공개 메소드

This is called after our control has been created and sited. This is a good place to initialize the control with data gathered from Visual Studio services.
public OnToolWindowCreated ( ) : void
리턴 void

프로퍼티 상세

Control 보호되어 있는 프로퍼티

protected MurmurViewControl,ThoughtWorks.VisualStudio Control
리턴 MurmurViewControl