C# 클래스 ThoughtWorks.VisualStudio.CardViewWindowPane

상속: Microsoft.VisualStudio.Shell.ToolWindowPane
파일 보기 프로젝트 열기: ThoughtWorksStudios/vs-connector

공개 메소드들

메소드 설명
CardViewWindowPane ( ) : 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.

비공개 메소드들

메소드 설명
Bind ( Card card, System.Action refreshMurmurs ) : void

Binds the CardViewControl content of this window to its data.

메소드 상세

CardViewWindowPane() 공개 메소드

Standard constructor for the tool window.
public CardViewWindowPane ( ) : 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