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

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

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

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

Описание методов

Bind() публичный Метод

public Bind ( MingleCardCollection cardCollection ) : void
cardCollection MingleCardCollection
Результат void

CardSetViewWindowPane() публичный Метод

Standard constructor for the tool window.
public CardSetViewWindowPane ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices

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