C# Class ThoughtWorks.VisualStudio.CardViewWindowPane

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
Afficher le fichier Open project: ThoughtWorksStudios/vs-connector

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
Bind ( Card card, System.Action refreshMurmurs ) : void

Binds the CardViewControl content of this window to its data.

Method Details

CardViewWindowPane() public méthode

Standard constructor for the tool window.
public CardViewWindowPane ( ) : System
Résultat System

OnToolWindowCreated() public méthode

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
Résultat void