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

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

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

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

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

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

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