C# Класс ThoughtWorks.VisualStudio.CardViewWindowPane

Наследование: Microsoft.VisualStudio.Shell.ToolWindowPane
Показать файл Открыть проект

Открытые методы

Метод Описание
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