C# Class ThoughtWorks.VisualStudio.CardSetViewWindowPane

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
显示文件 Open project: ThoughtWorksStudios/vs-connector

Public Methods

Method Description
Bind ( MingleCardCollection cardCollection ) : void
CardSetViewWindowPane ( ) : System.Runtime.InteropServices

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.

Method Details

Bind() public method

public Bind ( MingleCardCollection cardCollection ) : void
cardCollection MingleCardCollection
return void

CardSetViewWindowPane() public method

Standard constructor for the tool window.
public CardSetViewWindowPane ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

OnToolWindowCreated() public method

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
return void