C# Класс ThoughtWorks.VisualStudio.View.PipelinePropertiesView.PipelinePropertiesViewWindowPane

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

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

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

PipelinePropertiesViewWindowPane ( ) : System

Standard constructor for the tool window.

Приватные методы

Метод Описание
Bind ( GoPipelineSearch query ) : void

Bind data to the ToolPaneWindow's controls

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

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

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

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